>>> ansible: Building community/ansible 6.6.0-r0 (using abuild 3.10.0_rc1-r2) started Wed, 09 Nov 2022 05:57:45 +0000 >>> ansible: Checking sanity of /home/buildozer/aports/community/ansible/APKBUILD... >>> ansible: Analyzing dependencies... >>> ansible: Installing for build: build-base python3 ansible-core py3-setuptools (1/26) Installing libbz2 (1.0.8-r3) (2/26) Installing libffi (3.4.4-r0) (3/26) Installing gdbm (1.23-r0) (4/26) Installing xz-libs (5.2.7-r0) (5/26) Installing mpdecimal (2.5.1-r1) (6/26) Installing readline (8.2.0-r0) (7/26) Installing sqlite-libs (3.39.4-r0) (8/26) Installing python3 (3.10.8-r3) (9/26) Installing py3-markupsafe (2.1.1-r1) (10/26) Installing py3-jinja2 (3.1.2-r0) (11/26) Installing py3-parsing (3.0.9-r0) (12/26) Installing py3-packaging (21.3-r2) (13/26) Installing yaml (0.2.5-r0) (14/26) Installing py3-yaml (6.0-r0) (15/26) Installing py3-cparser (2.21-r0) (16/26) Installing py3-cffi (1.15.1-r0) (17/26) Installing py3-cryptography (38.0.3-r0) (18/26) Installing py3-asn1 (0.4.8-r2) (19/26) Installing py3-bcrypt (4.0.1-r0) (20/26) Installing py3-pynacl (1.5.0-r1) (21/26) Installing py3-six (1.16.0-r3) (22/26) Installing py3-paramiko (2.12.0-r0) (23/26) Installing py3-resolvelib (0.8.1-r0) (24/26) Installing ansible-core (2.13.5-r0) (25/26) Installing py3-setuptools (65.5.1-r0) (26/26) Installing .makedepends-ansible (20221109.055746) Executing busybox-1.35.0-r27.trigger OK: 377 MiB in 118 packages >>> ansible: Cleaning up srcdir >>> ansible: Cleaning up pkgdir >>> ansible: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/ansible-6.6.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> ansible: Fetching https://pypi.python.org/packages/source/a/ansible/ansible-6.6.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 122 100 122 0 0 180 0 --:--:-- --:--:-- --:--:-- 180 100 274 100 274 0 0 275 0 --:--:-- --:--:-- --:--:-- 275 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 33.9M 0 125k 0 0 56422 0 0:10:31 0:00:02 0:10:29 56422 23 33.9M 23 8109k 0 0 2437k 0 0:00:14 0:00:03 0:00:11 7640k 65 33.9M 65 22.1M 0 0 5294k 0 0:00:06 0:00:04 0:00:02 11.0M 100 33.9M 100 33.9M 0 0 7193k 0 0:00:04 0:00:04 --:--:-- 13.2M >>> ansible: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/ansible-6.6.0.tar.gz >>> ansible: Checking sha512sums... ansible-6.6.0.tar.gz: OK >>> ansible: Unpacking /var/cache/distfiles/v3.17/ansible-6.6.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/ansible_collections copying ansible_collections/ansible_community.py -> build/lib/ansible_collections copying ansible_collections/ansible_release.py -> build/lib/ansible_collections running egg_info writing ansible.egg-info/PKG-INFO writing dependency_links to ansible.egg-info/dependency_links.txt writing entry points to ansible.egg-info/entry_points.txt writing requirements to ansible.egg-info/requires.txt writing top-level names to ansible.egg-info/top_level.txt reading manifest file 'ansible.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'ansible.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.docs.docsite' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.docs.docsite' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.docs.docsite' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.docs.docsite' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.docs.docsite.rst' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.docs.docsite.rst' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.docs.docsite.rst' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.docs.docsite.rst' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.plugins.callback' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.plugins.callback' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.plugins.callback' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.plugins.callback' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.plugins.inventory' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.plugins.inventory' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.plugins.inventory' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.plugins.inventory' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.plugins.lookup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.plugins.lookup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.plugins.lookup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.plugins.lookup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.aws_az_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.aws_az_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.aws_az_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.aws_az_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.aws_az_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.aws_az_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.aws_az_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.aws_az_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.aws_az_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.aws_az_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.aws_az_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.aws_az_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.aws_caller_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.aws_caller_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.aws_caller_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.aws_caller_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.aws_caller_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.aws_caller_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.aws_caller_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.aws_caller_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.aws_s3.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.cloudformation.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_ami.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_eni.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_instance.roles.ec2_instance.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_key.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts.playbooks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts.playbooks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts.playbooks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts.playbooks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_metadata_facts.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_snapshot.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_spot_instance' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_spot_instance' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_spot_instance' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_spot_instance' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_spot_instance.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_spot_instance.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_spot_instance.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_spot_instance.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_spot_instance.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_spot_instance.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_spot_instance.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_spot_instance.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_tag.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vol.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_dhcp_option' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_dhcp_option' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_dhcp_option' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_dhcp_option' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_dhcp_option.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_dhcp_option.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_dhcp_option.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_dhcp_option.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_dhcp_option.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_dhcp_option.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_dhcp_option.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_dhcp_option.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_endpoint_service_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_igw' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_igw' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_igw' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_igw' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_igw.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_igw.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_igw.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_igw.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_igw.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_igw.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_igw.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_igw.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_nat_gateway' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_nat_gateway' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_nat_gateway' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_nat_gateway' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_nat_gateway.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_nat_gateway.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_nat_gateway.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_nat_gateway.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_nat_gateway.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_nat_gateway.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_nat_gateway.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_nat_gateway.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_net.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_route_table.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.ec2_vpc_subnet.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.elb_classic_lb.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_ec2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_ec2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_ec2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_ec2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_ec2.playbooks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_ec2.playbooks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_ec2.playbooks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_ec2.playbooks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_ec2.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_ec2.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_ec2.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_ec2.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_rds' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_rds' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_rds' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_rds' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_rds.playbooks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_rds.playbooks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_rds.playbooks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_rds.playbooks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_rds.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_rds.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_rds.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.inventory_aws_rds.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.legacy_missing_tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.legacy_missing_tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.legacy_missing_tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.legacy_missing_tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_account_attribute' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_account_attribute' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_account_attribute' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_account_attribute' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_account_attribute.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_account_attribute.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_account_attribute.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_account_attribute.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_secret' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_secret' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_secret' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_secret' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_secret.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_secret.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_secret.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_secret.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_service_ip_ranges' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_service_ip_ranges' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_service_ip_ranges' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_service_ip_ranges' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_service_ip_ranges.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_service_ip_ranges.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_service_ip_ranges.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.lookup_aws_service_ip_ranges.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core.roles' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core.roles' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core.roles' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core.roles' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_core.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.connect_to_aws.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.roles.ec2_connect.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_ec2.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.roles.get_waiter.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.roles.get_waiter.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.roles.get_waiter.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.roles.get_waiter.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.roles.get_waiter.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.roles.get_waiter.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.roles.get_waiter.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.roles.get_waiter.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.roles.get_waiter.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.roles.get_waiter.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.roles.get_waiter.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.module_utils_waiter.roles.get_waiter.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.prepare_tests.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.prepare_tests.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.prepare_tests.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.prepare_tests.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.s3_bucket.roles.s3_bucket.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.setup_botocore_pip.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.setup_botocore_pip.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.setup_botocore_pip.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.setup_botocore_pip.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.setup_botocore_pip.handlers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.setup_botocore_pip.handlers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.setup_botocore_pip.handlers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.setup_botocore_pip.handlers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.setup_botocore_pip.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.setup_botocore_pip.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.setup_botocore_pip.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.setup_botocore_pip.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2_facts.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2_facts.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2_facts.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2_facts.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2_facts.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2_facts.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2_facts.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.setup_ec2_facts.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.setup_remote_tmp_dir.handlers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.setup_remote_tmp_dir.handlers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.setup_remote_tmp_dir.handlers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.setup_remote_tmp_dir.handlers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.setup_remote_tmp_dir.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.setup_remote_tmp_dir.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.setup_remote_tmp_dir.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.setup_remote_tmp_dir.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.setup_sshkey.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.setup_sshkey.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.setup_sshkey.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.setup_sshkey.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.integration.targets.setup_sshkey.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.integration.targets.setup_sshkey.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.integration.targets.setup_sshkey.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.integration.targets.setup_sshkey.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.compat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.compat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.compat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.compat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.module_utils.core' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.module_utils.core' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.module_utils.core' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.module_utils.core' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.module_utils.core.ansible_aws_module' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.module_utils.core.ansible_aws_module' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.module_utils.core.ansible_aws_module' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.module_utils.core.ansible_aws_module' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.module_utils.ec2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.module_utils.ec2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.module_utils.ec2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.module_utils.ec2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.module_utils.policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.module_utils.policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.module_utils.policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.module_utils.policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.inventory' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.inventory' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.inventory' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.inventory' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.lookup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.lookup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.lookup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.lookup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.lookup.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.lookup.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.lookup.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.lookup.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.modules.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.modules.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.modules.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.modules.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.modules.fixtures.certs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.modules.fixtures.certs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.modules.fixtures.certs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.modules.fixtures.certs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.basic_s3_stack' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.basic_s3_stack' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.basic_s3_stack' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.basic_s3_stack' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.client_request_token_s3_stack' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.client_request_token_s3_stack' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.client_request_token_s3_stack' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.client_request_token_s3_stack' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.delete_nonexistent_stack' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.delete_nonexistent_stack' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.delete_nonexistent_stack' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.delete_nonexistent_stack' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.get_nonexistent_stack' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.get_nonexistent_stack' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.get_nonexistent_stack' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.get_nonexistent_stack' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.invalid_template_json' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.invalid_template_json' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.invalid_template_json' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.invalid_template_json' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.on_create_failure_delete' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.on_create_failure_delete' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.on_create_failure_delete' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.on_create_failure_delete' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.on_create_failure_do_nothing' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.on_create_failure_do_nothing' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.on_create_failure_do_nothing' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.on_create_failure_do_nothing' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.on_create_failure_rollback' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.on_create_failure_rollback' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.on_create_failure_rollback' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.plugins.modules.placebo_recordings.cloudformation.on_create_failure_rollback' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.amazon.aws.tests.unit.utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.amazon.aws.tests.unit.utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.amazon.aws.tests.unit.utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.amazon.aws.tests.unit.utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.docs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.docs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.docs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.docs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.become' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.become' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.become' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.become' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.cache' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.cache' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.cache' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.cache' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.connection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.connection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.connection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.connection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.filter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.filter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.filter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.filter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.httpapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.httpapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.httpapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.httpapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.module_utils.cli_parser' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.module_utils.cli_parser' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.module_utils.cli_parser' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.module_utils.cli_parser' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common.cfg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common.cfg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common.cfg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common.cfg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common.facts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common.facts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common.facts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common.facts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common.rm_base' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common.rm_base' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common.rm_base' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.module_utils.network.common.rm_base' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.module_utils.network.grpc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.module_utils.network.grpc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.module_utils.network.grpc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.module_utils.network.grpc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.module_utils.network.netconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.module_utils.network.netconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.module_utils.network.netconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.module_utils.network.netconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.module_utils.network.restconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.module_utils.network.restconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.module_utils.network.restconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.module_utils.network.restconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.module_utils.utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.module_utils.utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.module_utils.utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.module_utils.utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.netconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.netconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.netconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.netconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.plugin_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.plugin_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.plugin_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.plugin_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.sub_plugins.cli_parser' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.sub_plugins.cli_parser' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.sub_plugins.cli_parser' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.sub_plugins.cli_parser' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.plugins.sub_plugins.grpc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.plugins.sub_plugins.grpc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.plugins.sub_plugins.grpc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.plugins.sub_plugins.grpc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.cli_parse.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.cli_parse.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.cli_parse.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.cli_parse.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.cli_parse.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.cli_parse.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.cli_parse.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.cli_parse.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.tests.iosxr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.tests.iosxr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.tests.iosxr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.tests.iosxr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.tests.iosxr.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.tests.iosxr.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.tests.iosxr.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.tests.iosxr.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_config.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.tests.iosxr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.tests.iosxr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.tests.iosxr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.grpc_get.tests.iosxr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.iosxr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.iosxr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.iosxr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.iosxr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.junos' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.junos' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.junos' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.junos' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.junos.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.junos.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.junos.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.junos.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.nxos' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.nxos' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.nxos' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.nxos' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.nxos.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.nxos.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.nxos.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_config.tests.nxos.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tests.iosxr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tests.iosxr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tests.iosxr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tests.iosxr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tests.junos' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tests.junos' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tests.junos' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tests.junos' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tests.sros' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tests.sros' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tests.sros' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_get.tests.sros' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tests.iosxr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tests.iosxr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tests.iosxr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tests.iosxr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tests.junos' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tests.junos' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tests.junos' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tests.junos' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tests.sros' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tests.sros' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tests.sros' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.netconf_rpc.tests.sros' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_iosxe_tests.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_iosxe_tests.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_iosxe_tests.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_iosxe_tests.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_iosxr_tests.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_iosxr_tests.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_iosxr_tests.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_iosxr_tests.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_iosxr_tests.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_iosxr_tests.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_iosxr_tests.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_iosxr_tests.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_junos_tests.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_junos_tests.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_junos_tests.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_junos_tests.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_nxos_tests.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_nxos_tests.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_nxos_tests.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_nxos_tests.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_sros_tests.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_sros_tests.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_sros_tests.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.prepare_sros_tests.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.tests.iosxe' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.tests.iosxe' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.tests.iosxe' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_config.tests.iosxe' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.tests.iosxe' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.tests.iosxe' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.tests.iosxe' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.integration.targets.restconf_get.tests.iosxe' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.module_utils.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.module_utils.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.module_utils.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.module_utils.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.module_utils.network.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.module_utils.network.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.module_utils.network.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.module_utils.network.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.modules.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.modules.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.modules.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.modules.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.modules.network.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.modules.network.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.modules.network.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.modules.network.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.plugins.action.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.plugins.action.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.plugins.action.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.plugins.action.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.plugins.cli_parsers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.plugins.cli_parsers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.plugins.cli_parsers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.plugins.cli_parsers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.plugins.cli_parsers.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.plugins.cli_parsers.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.plugins.cli_parsers.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.plugins.cli_parsers.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.plugins.connection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.plugins.connection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.plugins.connection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.plugins.connection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.plugins.filter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.plugins.filter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.plugins.filter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.plugins.filter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.plugins.filter.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.plugins.filter.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.plugins.filter.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.plugins.filter.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.netcommon.tests.unit.plugins.filter.fixtures.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.netcommon.tests.unit.plugins.filter.fixtures.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.netcommon.tests.unit.plugins.filter.fixtures.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.netcommon.tests.unit.plugins.filter.fixtures.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.docs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.docs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.docs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.docs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.hacking' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.hacking' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.hacking' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.hacking' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.plugins.callback' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.plugins.callback' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.plugins.callback' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.plugins.callback' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.plugins.shell' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.plugins.shell' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.plugins.shell' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.plugins.shell' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.acl' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.acl' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.acl' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.acl' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.acl.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.acl.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.acl.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.acl.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.at' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.at' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.at' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.at' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.at.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.at.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.at.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.at.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.at.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.at.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.at.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.at.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.authorized_key.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.firewalld' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.firewalld' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.firewalld' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.firewalld' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.firewalld.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.firewalld.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.firewalld.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.firewalld.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.firewalld.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.firewalld.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.firewalld.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.firewalld.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.firewalld_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.firewalld_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.firewalld_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.firewalld_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.firewalld_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.firewalld_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.firewalld_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.firewalld_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.mount' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.mount' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.mount' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.mount' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.mount.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.mount.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.mount.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.mount.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.patch' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.patch' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.patch' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.patch' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.patch.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.patch.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.patch.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.patch.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.patch.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.patch.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.patch.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.patch.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.patch.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.patch.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.patch.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.patch.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.prepare_tests.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.prepare_tests.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.prepare_tests.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.prepare_tests.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.seboolean' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.seboolean' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.seboolean' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.seboolean' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.seboolean.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.seboolean.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.seboolean.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.seboolean.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.selinux' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.selinux' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.selinux' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.selinux' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.selinux.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.selinux.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.selinux.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.selinux.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.setup_pkg_mgr.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.setup_pkg_mgr.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.setup_pkg_mgr.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.setup_pkg_mgr.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.synchronize' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.synchronize' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.synchronize' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.synchronize' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.synchronize.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.synchronize.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.synchronize.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.synchronize.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.synchronize.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.synchronize.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.synchronize.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.synchronize.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.synchronize.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.synchronize.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.synchronize.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.synchronize.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.sysctl' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.sysctl' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.sysctl' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.sysctl' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.sysctl.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.sysctl.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.sysctl.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.sysctl.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.sysctl.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.sysctl.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.sysctl.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.sysctl.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.integration.targets.sysctl.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.integration.targets.sysctl.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.integration.targets.sysctl.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.integration.targets.sysctl.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.compat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.compat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.compat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.compat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.modules.system' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.modules.system' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.modules.system' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.modules.system' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_become' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_become' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_become' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_become' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_become_cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_become_cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_become_cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_become_cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_vagrant' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_vagrant' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_vagrant' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_vagrant' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_vagrant_become_cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_vagrant_become_cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_vagrant_become_cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_vagrant_become_cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_vagrant_sudo' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_vagrant_sudo' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_vagrant_sudo' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_vagrant_sudo' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_with_private_key' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_with_private_key' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_with_private_key' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.basic_with_private_key' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote_play_context_private_key' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote_play_context_private_key' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote_play_context_private_key' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote_play_context_private_key' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote_su' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote_su' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote_su' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote_su' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote_with_private_key' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote_with_private_key' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote_with_private_key' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.unit.plugins.action.fixtures.synchronize.delegate_remote_with_private_key' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.posix.tests.utils.shippable' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.posix.tests.utils.shippable' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.posix.tests.utils.shippable' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.posix.tests.utils.shippable' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.docs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.docs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.docs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.docs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.docs.docsite' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.docs.docsite' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.docs.docsite' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.docs.docsite' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.docs.docsite.rst' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.docs.docsite.rst' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.docs.docsite.rst' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.docs.docsite.rst' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.plugins.filter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.plugins.filter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.plugins.filter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.plugins.filter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.plugins.lookup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.plugins.lookup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.plugins.lookup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.plugins.lookup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.plugins.module_utils.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.plugins.module_utils.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.plugins.module_utils.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.plugins.module_utils.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.plugins.plugin_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.plugins.plugin_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.plugins.plugin_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.plugins.plugin_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.plugins.plugin_utils.base' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.plugins.plugin_utils.base' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.plugins.plugin_utils.base' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.plugins.plugin_utils.base' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.plugins.sub_plugins.cli_parser' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.plugins.sub_plugins.cli_parser' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.plugins.sub_plugins.cli_parser' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.plugins.sub_plugins.cli_parser' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.plugins.sub_plugins.fact_diff' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.plugins.sub_plugins.fact_diff' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.plugins.sub_plugins.fact_diff' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.plugins.sub_plugins.fact_diff' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.plugins.sub_plugins.validate' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.plugins.sub_plugins.validate' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.plugins.sub_plugins.validate' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.plugins.sub_plugins.validate' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.plugins.test' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.plugins.test' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.plugins.test' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.plugins.test' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.output' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.output' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.output' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.output' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_cli_parse.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_consolidate.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_consolidate.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_consolidate.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_consolidate.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_consolidate.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_consolidate.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_consolidate.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_consolidate.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_fact_diff.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_fact_diff.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_fact_diff.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_fact_diff.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_from_xml.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_from_xml.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_from_xml.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_from_xml.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_get_path.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_get_path.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_get_path.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_get_path.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_index_of.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_index_of.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_index_of.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_index_of.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_ipaddr_filter.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_ipaddr_filter.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_ipaddr_filter.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_ipaddr_filter.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_ipaddr_filter.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_ipaddr_filter.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_ipaddr_filter.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_ipaddr_filter.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_keep_keys.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_keep_keys.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_keep_keys.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_keep_keys.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_keep_keys.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_keep_keys.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_keep_keys.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_keep_keys.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_netaddr_test.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_netaddr_test.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_netaddr_test.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_netaddr_test.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_netaddr_test.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_netaddr_test.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_netaddr_test.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_netaddr_test.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_param_list_compare.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_param_list_compare.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_param_list_compare.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_param_list_compare.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_remove_keys.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_remove_keys.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_remove_keys.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_remove_keys.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_remove_keys.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_remove_keys.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_remove_keys.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_remove_keys.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_replace_keys.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_replace_keys.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_replace_keys.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_replace_keys.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_replace_keys.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_replace_keys.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_replace_keys.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_replace_keys.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_to_paths.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_to_paths.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_to_paths.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_to_paths.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_to_xml.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_to_xml.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_to_xml.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_to_xml.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_update_fact.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_update_fact.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_update_fact.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_update_fact.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_usable_range.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_usable_range.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_usable_range.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_usable_range.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_usable_range.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_usable_range.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_usable_range.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_usable_range.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.files.criteria' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.files.criteria' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.files.criteria' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.files.criteria' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.files.data' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.files.data' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.files.data' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.files.data' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.tests.config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.tests.config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.tests.config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.tests.config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.tests.jsonschema' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.tests.jsonschema' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.tests.jsonschema' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.tests.jsonschema' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.integration.targets.utils_validate.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit.compat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit.compat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit.compat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit.compat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit.module_utils.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit.module_utils.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit.module_utils.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit.module_utils.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit.plugins.action.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit.plugins.action.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit.plugins.action.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit.plugins.action.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit.plugins.filter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit.plugins.filter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit.plugins.filter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit.plugins.filter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit.plugins.lookup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit.plugins.lookup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit.plugins.lookup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit.plugins.lookup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit.plugins.plugin_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit.plugins.plugin_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit.plugins.plugin_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit.plugins.plugin_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit.plugins.sub_plugins.cli_parsers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit.plugins.sub_plugins.cli_parsers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit.plugins.sub_plugins.cli_parsers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit.plugins.sub_plugins.cli_parsers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit.plugins.sub_plugins.cli_parsers.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit.plugins.sub_plugins.cli_parsers.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit.plugins.sub_plugins.cli_parsers.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit.plugins.sub_plugins.cli_parsers.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit.plugins.sub_plugins.validate' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit.plugins.sub_plugins.validate' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit.plugins.sub_plugins.validate' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit.plugins.sub_plugins.validate' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.utils.tests.unit.plugins.test' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.utils.tests.unit.plugins.test' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.utils.tests.unit.plugins.test' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.utils.tests.unit.plugins.test' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.docs.docsite' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.docs.docsite' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.docs.docsite' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.docs.docsite' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.plugins.filter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.plugins.filter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.plugins.filter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.plugins.filter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.plugins.plugin_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.plugins.plugin_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.plugins.plugin_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.plugins.plugin_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_Process.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_SCManager' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_SCManager' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_SCManager' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_SCManager' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_SCManager.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_SCManager.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_SCManager.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_SCManager.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_SCManager.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_SCManager.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_SCManager.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_SCManager.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.module_utils_WebRequest.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.handlers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.handlers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.handlers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.handlers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.setup_http_tests.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.setup_remote_tmp_dir.handlers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.setup_remote_tmp_dir.handlers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.setup_remote_tmp_dir.handlers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.setup_remote_tmp_dir.handlers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.setup_remote_tmp_dir.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.setup_remote_tmp_dir.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.setup_remote_tmp_dir.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.setup_remote_tmp_dir.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_device.handlers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_device.handlers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_device.handlers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_device.handlers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_device.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_device.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_device.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_device.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_device.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_device.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_device.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_device.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_printargv.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_printargv.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_printargv.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_printargv.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_printargv.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_printargv.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_printargv.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_printargv.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_printargv.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_printargv.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_printargv.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.setup_win_printargv.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_acl' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_acl' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_acl' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_acl' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_acl.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_acl.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_acl.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_acl.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_acl.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_acl.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_acl.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_acl.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_acl_inheritance.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_certificate_store.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_command' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_command' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_command' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_command' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_command.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_command.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_command.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_command.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_command.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_command.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_command.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_command.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_command.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_command.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_command.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_command.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_copy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_copy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_copy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_copy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files.subdir' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files.subdir' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files.subdir' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files.subdir' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files.subdir.subdir2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files.subdir.subdir2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files.subdir.subdir2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files.subdir.subdir2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files.subdir.subdir2.subdir3.subdir4' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files.subdir.subdir2.subdir3.subdir4' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files.subdir.subdir2.subdir3.subdir4' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.files.subdir.subdir2.subdir3.subdir4' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_copy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_dns_client' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_dns_client' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_dns_client' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_dns_client' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_dns_client.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_dns_client.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_dns_client.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_dns_client.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_dns_client.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_dns_client.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_dns_client.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_dns_client.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_domain_membership' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_domain_membership' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_domain_membership' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_domain_membership' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_domain_membership.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_domain_membership.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_domain_membership.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_domain_membership.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.files.xTestClassDsc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.files.xTestClassDsc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.files.xTestClassDsc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.files.xTestClassDsc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.files.xTestCompositeDsc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.files.xTestCompositeDsc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.files.xTestCompositeDsc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.files.xTestCompositeDsc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.files.xTestDsc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.files.xTestDsc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.files.xTestDsc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.files.xTestDsc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_dsc.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_environment' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_environment' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_environment' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_environment' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_environment.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_environment.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_environment.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_environment.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_environment.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_environment.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_environment.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_environment.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_feature' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_feature' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_feature' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_feature' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_feature.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_feature.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_feature.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_feature.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_feature.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_feature.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_feature.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_feature.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_file' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_file' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_file' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_file' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_file.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_file.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_file.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_file.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_file.files.foobar' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_file.files.foobar' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_file.files.foobar' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_file.files.foobar' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_file.files.foobar.directory' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_file.files.foobar.directory' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_file.files.foobar.directory' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_file.files.foobar.directory' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_file.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_file.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_file.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_file.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_file.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_file.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_file.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_file.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_find' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_find' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_find' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_find' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_find.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_find.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_find.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_find.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_find.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_find.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_find.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_find.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_find.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_find.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_find.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_find.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.files.ftp.anon' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.files.ftp.anon' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.files.ftp.anon' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.files.ftp.anon' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.files.ftp.user' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.files.ftp.user' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.files.ftp.user' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.files.ftp.user' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.files.ftp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.files.ftp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.files.ftp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.files.ftp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_get_url.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_group.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_group.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_group.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_group.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_group_membership' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_group_membership' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_group_membership' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_group_membership' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_group_membership.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_group_membership.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_group_membership.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_group_membership.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_hostname' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_hostname' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_hostname' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_hostname' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_hostname.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_hostname.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_hostname.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_hostname.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_hostname.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_hostname.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_hostname.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_hostname.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_optional_feature' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_optional_feature' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_optional_feature' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_optional_feature' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_optional_feature.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_optional_feature.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_optional_feature.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_optional_feature.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_owner' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_owner' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_owner' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_owner' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_owner.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_owner.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_owner.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_owner.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_owner.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_owner.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_owner.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_owner.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_package' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_package' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_package' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_package' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_package.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_package.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_package.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_package.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_package.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_package.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_package.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_package.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_package.handlers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_package.handlers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_package.handlers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_package.handlers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_package.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_package.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_package.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_package.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_package.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_package.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_package.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_package.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_package.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_package.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_package.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_package.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_package.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_package.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_package.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_package.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_path' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_path' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_path' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_path' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_path.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_path.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_path.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_path.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_ping' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_ping' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_ping' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_ping' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_ping.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_ping.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_ping.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_ping.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_powershell' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_powershell' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_powershell' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_powershell' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_powershell.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_powershell.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_powershell.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_powershell.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_powershell.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_powershell.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_powershell.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_powershell.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_reboot' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_reboot' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_reboot' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_reboot' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_reboot.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_reboot.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_reboot.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_reboot.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_reboot.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_reboot.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_reboot.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_reboot.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_reg_stat.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_regedit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_regedit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_regedit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_regedit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_regedit.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_regedit.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_regedit.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_regedit.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_regedit.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_regedit.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_regedit.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_regedit.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_service' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_service' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_service' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_service' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_service.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_service.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_service.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_service.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_service.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_service.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_service.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_service.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_service.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_service.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_service.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_service.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.handlers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.handlers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.handlers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.handlers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_service_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_setup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_setup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_setup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_setup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_setup.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_setup.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_setup.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_setup.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_setup.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_setup.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_setup.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_setup.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_setup.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_setup.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_setup.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_setup.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_share' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_share' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_share' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_share' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_share.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_share.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_share.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_share.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_share.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_share.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_share.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_share.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_shell' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_shell' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_shell' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_shell' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_shell.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_shell.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_shell.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_shell.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp.handlers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp.handlers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp.handlers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp.handlers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_slurp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_stat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_stat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_stat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_stat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_stat.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_tempfile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_tempfile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_tempfile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_tempfile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_tempfile.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_tempfile.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_tempfile.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_tempfile.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_tempfile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_tempfile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_tempfile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_tempfile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_template' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_template' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_template' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_template' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_template.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_template.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_template.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_template.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_template.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_template.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_template.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_template.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_template.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_template.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_template.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_template.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_template.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_template.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_template.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_template.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_updates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_updates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_updates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_updates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_updates.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_updates.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_updates.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_updates.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_updates.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_updates.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_updates.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_updates.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_uri' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_uri' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_uri' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_uri' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_uri.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_uri.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_uri.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_uri.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_uri.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_uri.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_uri.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_uri.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_user' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_user' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_user' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_user' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_user.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_user.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_user.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_user.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_user.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_user.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_user.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_user.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_user.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_user.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_user.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_user.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_user_right.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_wait_for.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_whoami' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_whoami' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_whoami' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_whoami' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.integration.targets.win_whoami.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.integration.targets.win_whoami.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.integration.targets.win_whoami.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.integration.targets.win_whoami.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.unit.compat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.unit.compat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.unit.compat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.unit.compat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.unit.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.unit.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.unit.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.unit.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.unit.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.unit.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.unit.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.unit.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.unit.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.unit.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.unit.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.unit.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.unit.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.unit.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.unit.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.unit.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.unit.plugins.filter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.unit.plugins.filter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.unit.plugins.filter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.unit.plugins.filter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.unit.test_data.win_updates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.unit.test_data.win_updates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.unit.test_data.win_updates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.unit.test_data.win_updates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.ansible.windows.tests.utils.shippable' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.ansible.windows.tests.utils.shippable' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.ansible.windows.tests.utils.shippable' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.ansible.windows.tests.utils.shippable' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.docs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.docs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.docs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.docs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.cliconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.cliconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.cliconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.cliconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.filter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.filter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.filter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.filter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.httpapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.httpapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.httpapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.httpapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.inventory' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.inventory' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.inventory' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.inventory' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.acl_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.acl_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.acl_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.acl_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.bgp_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.bgp_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.bgp_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.bgp_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.bgp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.bgp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.bgp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.bgp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.facts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.facts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.facts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.facts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.hostname' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.hostname' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.hostname' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.hostname' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.l2_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.l2_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.l2_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.l2_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.l3_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.l3_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.l3_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.l3_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lacp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lacp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lacp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lacp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lacp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lacp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lacp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lacp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lag_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lag_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lag_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lag_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lldp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lldp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lldp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lldp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lldp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lldp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lldp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.lldp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.logging_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.logging_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.logging_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.logging_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ntp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ntp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ntp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ntp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ospf_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ospf_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ospf_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ospf_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ospfv2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ospfv2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ospfv2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ospfv2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ospfv3' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ospfv3' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ospfv3' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.ospfv3' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.prefix_lists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.prefix_lists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.prefix_lists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.prefix_lists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.route_maps' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.route_maps' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.route_maps' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.route_maps' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.snmp_server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.snmp_server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.snmp_server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.snmp_server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.static_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.static_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.static_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.static_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.vlans' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.vlans' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.vlans' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.argspec.vlans' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.acl_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.acl_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.acl_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.acl_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.bgp_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.bgp_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.bgp_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.bgp_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.bgp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.bgp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.bgp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.bgp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.hostname' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.hostname' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.hostname' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.hostname' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.l2_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.l2_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.l2_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.l2_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.l3_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.l3_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.l3_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.l3_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lacp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lacp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lacp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lacp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lacp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lacp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lacp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lacp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lag_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lag_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lag_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lag_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lldp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lldp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lldp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lldp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lldp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lldp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lldp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.lldp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.logging_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.logging_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.logging_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.logging_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ntp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ntp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ntp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ntp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ospf_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ospf_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ospf_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ospf_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ospfv2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ospfv2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ospfv2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ospfv2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ospfv3' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ospfv3' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ospfv3' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.ospfv3' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.prefix_lists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.prefix_lists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.prefix_lists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.prefix_lists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.route_maps' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.route_maps' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.route_maps' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.route_maps' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.snmp_server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.snmp_server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.snmp_server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.snmp_server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.static_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.static_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.static_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.static_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.vlans' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.vlans' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.vlans' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.config.vlans' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.acl_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.acl_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.acl_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.acl_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.bgp_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.bgp_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.bgp_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.bgp_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.bgp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.bgp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.bgp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.bgp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.hostname' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.hostname' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.hostname' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.hostname' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.l2_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.l2_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.l2_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.l2_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.l3_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.l3_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.l3_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.l3_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lacp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lacp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lacp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lacp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lacp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lacp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lacp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lacp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lag_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lag_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lag_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lag_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.legacy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.legacy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.legacy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.legacy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lldp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lldp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lldp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lldp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lldp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lldp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lldp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.lldp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.logging_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.logging_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.logging_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.logging_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ntp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ntp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ntp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ntp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ospf_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ospf_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ospf_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ospf_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ospfv2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ospfv2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ospfv2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ospfv2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ospfv3' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ospfv3' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ospfv3' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.ospfv3' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.prefix_lists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.prefix_lists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.prefix_lists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.prefix_lists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.route_maps' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.route_maps' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.route_maps' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.route_maps' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.snmp_server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.snmp_server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.snmp_server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.snmp_server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.static_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.static_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.static_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.static_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.vlans' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.vlans' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.vlans' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.facts.vlans' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers.cli.config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers.cli.config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers.cli.config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers.cli.config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers.cli.config.bgp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers.cli.config.bgp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers.cli.config.bgp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.providers.cli.config.bgp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.rm_templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.rm_templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.rm_templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.rm_templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.module_utils.network.eos.utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.module_utils.network.eos.utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.module_utils.network.eos.utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.module_utils.network.eos.utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.plugins.terminal' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.plugins.terminal' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.plugins.terminal' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.plugins.terminal' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_acl_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_acls.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.tests.eapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.tests.eapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.tests.eapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_banner.tests.eapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_address_family.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_bgp_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_command.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_command.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_command.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_command.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_command.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_command.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_command.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_command.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_command.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_command.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_command.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_command.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_command.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_command.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_command.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_command.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_command.tests.eapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_command.tests.eapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_command.tests.eapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_command.tests.eapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_config.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_config.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_config.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_config.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_config.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_config.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_config.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_config.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_config.templates.basic' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_config.templates.basic' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_config.templates.basic' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_config.templates.basic' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_config.templates.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_config.templates.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_config.templates.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_config.templates.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.cli_config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.cli_config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.cli_config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.cli_config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.eapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.eapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.eapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.eapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.redirection.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.redirection.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.redirection.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_config.tests.redirection.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_eapi.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.tests.eapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.tests.eapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.tests.eapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_facts.tests.eapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_hostname.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.tests.eapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.tests.eapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.tests.eapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_interface.tests.eapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.tests.eapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.tests.eapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.tests.eapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interface.tests.eapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l2_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.tests.eapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.tests.eapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.tests.eapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interface.tests.eapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_l3_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lacp_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lag_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_linkagg.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.tests.eapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.tests.eapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.tests.eapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp.tests.eapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_lldp_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.tests.eapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.tests.eapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.tests.eapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_logging.tests.eapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_logging_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ntp_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospf_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv2.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_ospfv3.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_prefix_lists.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_route_maps.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.tests.eapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.tests.eapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.tests.eapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_smoke.tests.eapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_snmp_server.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_static_route.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_static_routes.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_system.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_system.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_system.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_system.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_system.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_system.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_system.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_system.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_system.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_system.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_system.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_system.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_system.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_system.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_system.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_system.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_system.tests.eapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_system.tests.eapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_system.tests.eapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_system.tests.eapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_user.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_user.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_user.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_user.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_user.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_user.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_user.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_user.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_user.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_user.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_user.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_user.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_user.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_user.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_user.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_user.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vlan.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vlans.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.eos_vrf.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.prepare_eos_tests.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.prepare_eos_tests.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.prepare_eos_tests.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.prepare_eos_tests.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.integration.targets.prepare_eos_tests.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.integration.targets.prepare_eos_tests.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.integration.targets.prepare_eos_tests.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.integration.targets.prepare_eos_tests.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.unit.compat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.unit.compat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.unit.compat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.unit.compat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.unit.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.unit.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.unit.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.unit.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.unit.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.unit.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.unit.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.unit.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.unit.modules.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.unit.modules.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.unit.modules.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.unit.modules.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.unit.modules.network.eos' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.unit.modules.network.eos' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.unit.modules.network.eos' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.unit.modules.network.eos' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.arista.eos.tests.unit.modules.network.eos.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.arista.eos.tests.unit.modules.network.eos.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.arista.eos.tests.unit.modules.network.eos.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.arista.eos.tests.unit.modules.network.eos.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.images' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.images' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.images' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.images' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.plugins.inventory' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.plugins.inventory' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.plugins.inventory' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.plugins.inventory' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.plugins.lookup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.plugins.lookup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.plugins.lookup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.plugins.lookup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.test.awx' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.test.awx' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.test.awx' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.test.awx' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.ad_hoc_command.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.ad_hoc_command.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.ad_hoc_command.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.ad_hoc_command.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.ad_hoc_command_cancel.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.ad_hoc_command_cancel.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.ad_hoc_command_cancel.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.ad_hoc_command_cancel.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.ad_hoc_command_wait.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.ad_hoc_command_wait.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.ad_hoc_command_wait.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.ad_hoc_command_wait.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.application.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.application.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.application.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.application.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.credential.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.credential.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.credential.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.credential.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.credential_input_source.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.credential_input_source.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.credential_input_source.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.credential_input_source.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.credential_type.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.credential_type.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.credential_type.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.credential_type.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.demo_data.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.demo_data.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.demo_data.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.demo_data.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.execution_environment.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.execution_environment.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.execution_environment.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.execution_environment.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.export' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.export' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.export' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.export' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.export.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.export.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.export.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.export.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.host.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.host.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.host.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.host.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.import' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.import' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.import' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.import' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.import.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.import.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.import.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.import.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.instance.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.instance.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.instance.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.instance.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.instance_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.instance_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.instance_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.instance_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.inventory.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.inventory.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.inventory.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.inventory.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.inventory_source.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.inventory_source.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.inventory_source.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.inventory_source.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.inventory_source_update.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.inventory_source_update.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.inventory_source_update.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.inventory_source_update.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.job_cancel.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.job_cancel.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.job_cancel.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.job_cancel.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.job_launch.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.job_launch.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.job_launch.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.job_launch.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.job_list.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.job_list.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.job_list.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.job_list.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.job_template.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.job_template.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.job_template.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.job_template.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.job_wait.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.job_wait.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.job_wait.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.job_wait.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.label.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.label.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.label.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.label.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.lookup_api_plugin.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.lookup_api_plugin.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.lookup_api_plugin.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.lookup_api_plugin.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.lookup_rruleset.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.lookup_rruleset.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.lookup_rruleset.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.lookup_rruleset.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.notification_template.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.notification_template.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.notification_template.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.notification_template.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.organization.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.organization.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.organization.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.organization.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.project.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.project.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.project.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.project.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.project_manual.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.project_manual.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.project_manual.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.project_manual.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.project_update.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.project_update.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.project_update.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.project_update.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.role.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.role.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.role.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.role.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.schedule.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.schedule.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.schedule.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.schedule.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.schedule_rrule.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.schedule_rrule.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.schedule_rrule.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.schedule_rrule.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.settings.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.settings.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.settings.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.settings.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.team.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.team.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.team.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.team.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.token.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.token.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.token.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.token.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.user.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.user.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.user.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.user.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.workflow_job_template.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.workflow_job_template.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.workflow_job_template.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.workflow_job_template.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.awx.awx.tests.integration.targets.workflow_launch.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.awx.awx.tests.integration.targets.workflow_launch.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.awx.awx.tests.integration.targets.workflow_launch.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.awx.awx.tests.integration.targets.workflow_launch.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.plugins.inventory' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.plugins.inventory' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.plugins.inventory' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.plugins.inventory' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.plugins.lookup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.plugins.lookup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.plugins.lookup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.plugins.lookup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_account_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_account_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_account_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_account_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_account_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_account_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_account_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_account_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_account_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_account_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_account_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_account_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_acs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_acs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_acs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_acs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_acs.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_acs.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_acs.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_acs.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_acs.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_acs.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_acs.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_acs.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adapplication' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adapplication' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adapplication' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adapplication' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adapplication.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adapplication.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adapplication.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adapplication.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adapplication.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adapplication.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adapplication.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adapplication.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adgroup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adgroup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adgroup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adgroup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adgroup.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adgroup.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adgroup.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adgroup.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adgroup.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adgroup.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adgroup.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adgroup.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adpassword' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adpassword' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adpassword' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adpassword' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adpassword.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adpassword.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adpassword.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adpassword.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adpassword.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adpassword.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adpassword.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adpassword.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adserviceprincipal' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adserviceprincipal' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adserviceprincipal' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adserviceprincipal' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adserviceprincipal.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adserviceprincipal.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adserviceprincipal.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adserviceprincipal.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adserviceprincipal.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adserviceprincipal.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adserviceprincipal.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_adserviceprincipal.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aduser' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aduser' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aduser' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aduser' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aduser.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aduser.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aduser.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aduser.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aduser.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aduser.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aduser.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aduser.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aks.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aks.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aks.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aks.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aks.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aks.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aks.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aks.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aksagentpool' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aksagentpool' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aksagentpool' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aksagentpool' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aksagentpool.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aksagentpool.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aksagentpool.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aksagentpool.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aksagentpool.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aksagentpool.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aksagentpool.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_aksagentpool.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagement' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagement' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagement' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagement' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagement.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagement.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagement.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagement.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagement.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagement.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagement.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagement.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagementservice' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagementservice' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagementservice' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagementservice' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagementservice.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagementservice.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagementservice.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagementservice.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagementservice.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagementservice.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagementservice.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_apimanagementservice.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appgateway.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appserviceplan' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appserviceplan' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appserviceplan' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appserviceplan' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appserviceplan.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appserviceplan.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appserviceplan.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appserviceplan.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appserviceplan.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appserviceplan.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appserviceplan.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_appserviceplan.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationaccount' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationaccount' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationaccount' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationaccount' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationaccount.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationaccount.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationaccount.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationaccount.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationaccount.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationaccount.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationaccount.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationaccount.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationrunbook' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationrunbook' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationrunbook' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationrunbook' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationrunbook.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationrunbook.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationrunbook.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationrunbook.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationrunbook.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationrunbook.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationrunbook.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_automationrunbook.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_autoscale' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_autoscale' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_autoscale' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_autoscale' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_autoscale.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_autoscale.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_autoscale.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_autoscale.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_autoscale.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_autoscale.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_autoscale.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_autoscale.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_availabilityset' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_availabilityset' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_availabilityset' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_availabilityset' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_availabilityset.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_availabilityset.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_availabilityset.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_availabilityset.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_availabilityset.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_availabilityset.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_availabilityset.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_availabilityset.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_azurefirewall' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_azurefirewall' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_azurefirewall' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_azurefirewall' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_azurefirewall.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_azurefirewall.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_azurefirewall.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_azurefirewall.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_azurefirewall.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_azurefirewall.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_azurefirewall.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_azurefirewall.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backupazurevm' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backupazurevm' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backupazurevm' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backupazurevm' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backupazurevm.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backupazurevm.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backupazurevm.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backupazurevm.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backupazurevm.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backupazurevm.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backupazurevm.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backupazurevm.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backuppolicy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backuppolicy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backuppolicy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backuppolicy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backuppolicy.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backuppolicy.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backuppolicy.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backuppolicy.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backuppolicy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backuppolicy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backuppolicy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_backuppolicy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_bastionhost' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_bastionhost' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_bastionhost' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_bastionhost' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_bastionhost.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_bastionhost.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_bastionhost.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_bastionhost.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_bastionhost.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_bastionhost.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_bastionhost.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_bastionhost.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_batchaccount' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_batchaccount' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_batchaccount' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_batchaccount' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_batchaccount.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_batchaccount.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_batchaccount.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_batchaccount.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_batchaccount.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_batchaccount.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_batchaccount.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_batchaccount.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cdnprofile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cdnprofile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cdnprofile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cdnprofile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cdnprofile.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cdnprofile.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cdnprofile.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cdnprofile.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cdnprofile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cdnprofile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cdnprofile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cdnprofile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cognitivesearch' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cognitivesearch' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cognitivesearch' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cognitivesearch' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cognitivesearch.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cognitivesearch.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cognitivesearch.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cognitivesearch.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cognitivesearch.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cognitivesearch.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cognitivesearch.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cognitivesearch.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerinstance' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerinstance' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerinstance' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerinstance' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerinstance.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerinstance.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerinstance.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerinstance.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerinstance.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerinstance.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerinstance.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerinstance.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistry' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistry' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistry' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistry' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistry.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistry.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistry.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistry.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistry.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistry.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistry.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistry.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistrytag' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistrytag' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistrytag' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistrytag' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistrytag.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistrytag.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistrytag.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistrytag.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistrytag.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistrytag.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistrytag.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_containerregistrytag.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cosmosdbaccount' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cosmosdbaccount' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cosmosdbaccount' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cosmosdbaccount' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cosmosdbaccount.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cosmosdbaccount.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cosmosdbaccount.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cosmosdbaccount.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cosmosdbaccount.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cosmosdbaccount.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cosmosdbaccount.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_cosmosdbaccount.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datafactory' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datafactory' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datafactory' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datafactory' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datafactory.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datafactory.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datafactory.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datafactory.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datafactory.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datafactory.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datafactory.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datafactory.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datalakestore' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datalakestore' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datalakestore' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datalakestore' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datalakestore.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datalakestore.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datalakestore.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datalakestore.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datalakestore.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datalakestore.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datalakestore.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_datalakestore.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ddosprotectionplan' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ddosprotectionplan' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ddosprotectionplan' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ddosprotectionplan' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ddosprotectionplan.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ddosprotectionplan.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ddosprotectionplan.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ddosprotectionplan.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ddosprotectionplan.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ddosprotectionplan.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ddosprotectionplan.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ddosprotectionplan.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_deployment' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_deployment' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_deployment' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_deployment' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_deployment.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_deployment.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_deployment.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_deployment.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_deployment.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_deployment.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_deployment.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_deployment.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset.lookup_plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset.lookup_plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset.lookup_plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset.lookup_plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_diskencryptionset.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnsrecordset' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnsrecordset' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnsrecordset' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnsrecordset' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnsrecordset.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnsrecordset.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnsrecordset.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnsrecordset.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnsrecordset.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnsrecordset.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnsrecordset.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnsrecordset.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnszone' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnszone' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnszone' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnszone' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnszone.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnszone.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnszone.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnszone.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnszone.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnszone.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnszone.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_dnszone.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_eventhub' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_eventhub' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_eventhub' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_eventhub' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_eventhub.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_eventhub.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_eventhub.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_eventhub.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_eventhub.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_eventhub.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_eventhub.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_eventhub.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_expressroute' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_expressroute' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_expressroute' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_expressroute' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_expressroute.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_expressroute.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_expressroute.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_expressroute.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_expressroute.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_expressroute.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_expressroute.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_expressroute.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_firewallpolicy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_firewallpolicy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_firewallpolicy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_firewallpolicy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_firewallpolicy.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_firewallpolicy.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_firewallpolicy.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_firewallpolicy.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_firewallpolicy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_firewallpolicy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_firewallpolicy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_firewallpolicy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_functionapp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_functionapp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_functionapp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_functionapp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_functionapp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_functionapp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_functionapp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_functionapp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_functionapp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_functionapp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_functionapp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_functionapp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_gallery' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_gallery' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_gallery' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_gallery' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_gallery.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_gallery.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_gallery.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_gallery.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_gallery.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_gallery.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_gallery.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_gallery.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hdinsightcluster' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hdinsightcluster' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hdinsightcluster' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hdinsightcluster' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hdinsightcluster.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hdinsightcluster.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hdinsightcluster.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hdinsightcluster.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hdinsightcluster.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hdinsightcluster.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hdinsightcluster.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hdinsightcluster.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hostgroup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hostgroup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hostgroup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hostgroup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hostgroup.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hostgroup.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hostgroup.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hostgroup.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hostgroup.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hostgroup.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hostgroup.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_hostgroup.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_image' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_image' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_image' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_image' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_image.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_image.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_image.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_image.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_image.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_image.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_image.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_image.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_iothub' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_iothub' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_iothub' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_iothub' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_iothub.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_iothub.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_iothub.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_iothub.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_iothub.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_iothub.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_iothub.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_iothub.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ipgroup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ipgroup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ipgroup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ipgroup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ipgroup.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ipgroup.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ipgroup.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ipgroup.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ipgroup.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ipgroup.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ipgroup.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_ipgroup.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault.lookup_plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault.lookup_plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault.lookup_plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault.lookup_plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvault.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey.lookup_plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey.lookup_plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey.lookup_plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey.lookup_plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultkey.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret.lookup_plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret.lookup_plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret.lookup_plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret.lookup_plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_keyvaultsecret.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loadbalancer' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loadbalancer' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loadbalancer' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loadbalancer' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loadbalancer.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loadbalancer.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loadbalancer.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loadbalancer.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loadbalancer.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loadbalancer.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loadbalancer.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loadbalancer.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loganalyticsworkspace' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loganalyticsworkspace' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loganalyticsworkspace' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loganalyticsworkspace' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loganalyticsworkspace.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loganalyticsworkspace.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loganalyticsworkspace.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loganalyticsworkspace.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loganalyticsworkspace.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loganalyticsworkspace.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loganalyticsworkspace.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_loganalyticsworkspace.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_manageddisk' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_manageddisk' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_manageddisk' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_manageddisk' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_manageddisk.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_manageddisk.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_manageddisk.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_manageddisk.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_manageddisk.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_manageddisk.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_manageddisk.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_manageddisk.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_managementgroup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_managementgroup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_managementgroup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_managementgroup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_managementgroup.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_managementgroup.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_managementgroup.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_managementgroup.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_managementgroup.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_managementgroup.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_managementgroup.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_managementgroup.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mariadbserver' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mariadbserver' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mariadbserver' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mariadbserver' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mariadbserver.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mariadbserver.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mariadbserver.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mariadbserver.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mariadbserver.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mariadbserver.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mariadbserver.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mariadbserver.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitordiagnosticsetting' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitordiagnosticsetting' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitordiagnosticsetting' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitordiagnosticsetting' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitordiagnosticsetting.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitordiagnosticsetting.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitordiagnosticsetting.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitordiagnosticsetting.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitordiagnosticsetting.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitordiagnosticsetting.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitordiagnosticsetting.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitordiagnosticsetting.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitorlogprofile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitorlogprofile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitorlogprofile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitorlogprofile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitorlogprofile.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitorlogprofile.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitorlogprofile.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitorlogprofile.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitorlogprofile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitorlogprofile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitorlogprofile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_monitorlogprofile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mysqlserver' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mysqlserver' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mysqlserver' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mysqlserver' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mysqlserver.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mysqlserver.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mysqlserver.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mysqlserver.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mysqlserver.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mysqlserver.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mysqlserver.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_mysqlserver.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_natgateway' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_natgateway' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_natgateway' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_natgateway' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_natgateway.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_natgateway.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_natgateway.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_natgateway.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_natgateway.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_natgateway.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_natgateway.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_natgateway.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_networkinterface' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_networkinterface' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_networkinterface' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_networkinterface' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_networkinterface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_networkinterface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_networkinterface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_networkinterface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_networkinterface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_networkinterface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_networkinterface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_networkinterface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_notificationhub' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_notificationhub' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_notificationhub' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_notificationhub' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_notificationhub.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_notificationhub.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_notificationhub.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_notificationhub.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_notificationhub.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_notificationhub.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_notificationhub.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_notificationhub.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_openshiftmanagedcluster' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_openshiftmanagedcluster' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_openshiftmanagedcluster' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_openshiftmanagedcluster' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_openshiftmanagedcluster.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_openshiftmanagedcluster.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_openshiftmanagedcluster.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_openshiftmanagedcluster.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_openshiftmanagedcluster.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_openshiftmanagedcluster.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_openshiftmanagedcluster.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_openshiftmanagedcluster.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_postgresqlserver' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_postgresqlserver' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_postgresqlserver' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_postgresqlserver' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_postgresqlserver.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_postgresqlserver.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_postgresqlserver.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_postgresqlserver.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_postgresqlserver.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_postgresqlserver.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_postgresqlserver.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_postgresqlserver.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednsrecordset' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednsrecordset' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednsrecordset' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednsrecordset' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednsrecordset.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednsrecordset.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednsrecordset.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednsrecordset.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednsrecordset.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednsrecordset.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednsrecordset.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednsrecordset.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszone' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszone' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszone' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszone' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszone.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszone.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszone.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszone.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszone.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszone.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszone.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszone.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszonelink' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszonelink' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszonelink' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszonelink' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszonelink.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszonelink.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszonelink.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszonelink.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszonelink.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszonelink.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszonelink.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatednszonelink.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpoint' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpoint' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpoint' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpoint' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpoint.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpoint.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpoint.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpoint.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpoint.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpoint.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpoint.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpoint.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpointdnszonegroup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpointdnszonegroup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpointdnszonegroup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpointdnszonegroup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpointdnszonegroup.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpointdnszonegroup.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpointdnszonegroup.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpointdnszonegroup.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpointdnszonegroup.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpointdnszonegroup.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpointdnszonegroup.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privateendpointdnszonegroup.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatelinkservice' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatelinkservice' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatelinkservice' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatelinkservice' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatelinkservice.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatelinkservice.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatelinkservice.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatelinkservice.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatelinkservice.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatelinkservice.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatelinkservice.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_privatelinkservice.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_proximityplacementgroup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_proximityplacementgroup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_proximityplacementgroup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_proximityplacementgroup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_proximityplacementgroup.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_proximityplacementgroup.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_proximityplacementgroup.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_proximityplacementgroup.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_proximityplacementgroup.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_proximityplacementgroup.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_proximityplacementgroup.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_proximityplacementgroup.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_publicipaddress' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_publicipaddress' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_publicipaddress' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_publicipaddress' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_publicipaddress.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_publicipaddress.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_publicipaddress.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_publicipaddress.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_publicipaddress.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_publicipaddress.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_publicipaddress.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_publicipaddress.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_recoveryservicesvault' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_recoveryservicesvault' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_recoveryservicesvault' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_recoveryservicesvault' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_recoveryservicesvault.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_recoveryservicesvault.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_recoveryservicesvault.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_recoveryservicesvault.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_recoveryservicesvault.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_recoveryservicesvault.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_recoveryservicesvault.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_recoveryservicesvault.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_rediscache' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_rediscache' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_rediscache' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_rediscache' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_rediscache.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_rediscache.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_rediscache.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_rediscache.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_rediscache.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_rediscache.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_rediscache.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_rediscache.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationassignment' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationassignment' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationassignment' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationassignment' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationassignment.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationassignment.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationassignment.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationassignment.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationassignment.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationassignment.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationassignment.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationassignment.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationdefinition' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationdefinition' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationdefinition' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationdefinition' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationdefinition.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationdefinition.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationdefinition.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationdefinition.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationdefinition.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationdefinition.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationdefinition.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_registrationdefinition.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resource' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resource' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resource' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resource' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resource.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resource.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resource.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resource.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resource.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resource.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resource.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resource.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resourcegroup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resourcegroup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resourcegroup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resourcegroup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resourcegroup.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resourcegroup.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resourcegroup.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resourcegroup.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resourcegroup.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resourcegroup.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resourcegroup.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_resourcegroup.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roleassignment' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roleassignment' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roleassignment' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roleassignment' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roleassignment.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roleassignment.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roleassignment.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roleassignment.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roleassignment.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roleassignment.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roleassignment.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roleassignment.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roledefinition' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roledefinition' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roledefinition' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roledefinition' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roledefinition.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roledefinition.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roledefinition.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roledefinition.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roledefinition.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roledefinition.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roledefinition.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_roledefinition.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_routetable' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_routetable' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_routetable' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_routetable' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_routetable.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_routetable.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_routetable.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_routetable.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_routetable.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_routetable.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_routetable.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_routetable.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_securitygroup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_securitygroup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_securitygroup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_securitygroup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_securitygroup.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_securitygroup.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_securitygroup.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_securitygroup.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_securitygroup.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_securitygroup.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_securitygroup.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_securitygroup.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_servicebus' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_servicebus' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_servicebus' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_servicebus' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_servicebus.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_servicebus.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_servicebus.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_servicebus.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_servicebus.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_servicebus.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_servicebus.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_servicebus.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_sqlserver' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_sqlserver' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_sqlserver' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_sqlserver' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_sqlserver.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_sqlserver.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_sqlserver.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_sqlserver.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_sqlserver.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_sqlserver.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_sqlserver.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_sqlserver.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageaccount' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageaccount' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageaccount' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageaccount' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageaccount.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageaccount.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageaccount.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageaccount.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageaccount.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageaccount.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageaccount.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageaccount.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageblob.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageshare' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageshare' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageshare' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageshare' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageshare.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageshare.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageshare.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageshare.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageshare.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageshare.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageshare.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_storageshare.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subnet' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subnet' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subnet' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subnet' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subnet.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subnet.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subnet.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subnet.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subnet.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subnet.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subnet.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subnet.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subscription' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subscription' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subscription' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subscription' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subscription.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subscription.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subscription.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subscription.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subscription.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subscription.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subscription.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_subscription.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_trafficmanagerprofile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_trafficmanagerprofile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_trafficmanagerprofile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_trafficmanagerprofile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_trafficmanagerprofile.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_trafficmanagerprofile.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_trafficmanagerprofile.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_trafficmanagerprofile.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_trafficmanagerprofile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_trafficmanagerprofile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_trafficmanagerprofile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_trafficmanagerprofile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhub' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhub' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhub' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhub' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhub.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhub.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhub.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhub.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhub.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhub.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhub.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhub.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhubconnection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhubconnection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhubconnection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhubconnection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhubconnection.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhubconnection.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhubconnection.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhubconnection.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhubconnection.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhubconnection.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhubconnection.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualhubconnection.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachine' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachine' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachine' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachine' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachine.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachine.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachine.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachine.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineextension.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineimage_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineimage_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineimage_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineimage_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineimage_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineimage_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineimage_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineimage_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineimage_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineimage_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineimage_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachineimage_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinescaleset' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinescaleset' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinescaleset' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinescaleset' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinescaleset.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinescaleset.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinescaleset.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinescaleset.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinescaleset.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinescaleset.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinescaleset.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinescaleset.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinesize_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinesize_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinesize_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinesize_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinesize_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinesize_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinesize_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinesize_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinesize_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinesize_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinesize_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualmachinesize_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetwork' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetwork' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetwork' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetwork' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetwork.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetwork.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetwork.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetwork.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetwork.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetwork.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetwork.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetwork.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkgateway' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkgateway' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkgateway' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkgateway' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkgateway.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkgateway.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkgateway.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkgateway.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkgateway.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkgateway.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkgateway.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkgateway.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkpeering' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkpeering' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkpeering' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkpeering' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkpeering.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkpeering.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkpeering.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkpeering.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkpeering.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkpeering.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkpeering.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualnetworkpeering.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualwan' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualwan' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualwan' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualwan' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualwan.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualwan.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualwan.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualwan.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualwan.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualwan.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualwan.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_virtualwan.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vmbackuppolicy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vmbackuppolicy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vmbackuppolicy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vmbackuppolicy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vmbackuppolicy.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vmbackuppolicy.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vmbackuppolicy.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vmbackuppolicy.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vmbackuppolicy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vmbackuppolicy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vmbackuppolicy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vmbackuppolicy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vpnsite' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vpnsite' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vpnsite' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vpnsite' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vpnsite.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vpnsite.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vpnsite.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vpnsite.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vpnsite.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vpnsite.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vpnsite.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_vpnsite.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webapp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webapp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webapp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webapp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webapp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webapp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webapp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webapp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webapp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webapp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webapp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webapp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappaccessrestriction' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappaccessrestriction' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappaccessrestriction' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappaccessrestriction' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappaccessrestriction.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappaccessrestriction.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappaccessrestriction.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappaccessrestriction.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappaccessrestriction.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappaccessrestriction.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappaccessrestriction.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappaccessrestriction.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappvnetconnection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappvnetconnection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappvnetconnection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappvnetconnection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappvnetconnection.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappvnetconnection.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappvnetconnection.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappvnetconnection.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappvnetconnection.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappvnetconnection.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappvnetconnection.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_webappvnetconnection.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_workspace' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_workspace' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_workspace' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_workspace' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_workspace.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_workspace.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_workspace.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_workspace.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_workspace.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_workspace.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_workspace.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.azure_rm_workspace.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.inventory_azure' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.inventory_azure' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.inventory_azure' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.inventory_azure' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.inventory_azure.playbooks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.inventory_azure.playbooks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.inventory_azure.playbooks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.inventory_azure.playbooks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.inventory_azure.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.inventory_azure.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.inventory_azure.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.inventory_azure.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.integration.targets.setup_azure' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.integration.targets.setup_azure' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.integration.targets.setup_azure' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.integration.targets.setup_azure' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.utils.ado' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.utils.ado' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.utils.ado' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.utils.ado' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.azure.azcollection.tests.utils.shippable' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.azure.azcollection.tests.utils.shippable' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.azure.azcollection.tests.utils.shippable' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.azure.azcollection.tests.utils.shippable' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.check_point.mgmt' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.check_point.mgmt' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.check_point.mgmt' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.check_point.mgmt' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.check_point.mgmt.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.check_point.mgmt.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.check_point.mgmt.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.check_point.mgmt.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.check_point.mgmt.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.check_point.mgmt.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.check_point.mgmt.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.check_point.mgmt.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.check_point.mgmt.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.check_point.mgmt.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.check_point.mgmt.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.check_point.mgmt.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.check_point.mgmt.plugins.httpapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.check_point.mgmt.plugins.httpapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.check_point.mgmt.plugins.httpapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.check_point.mgmt.plugins.httpapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.check_point.mgmt.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.check_point.mgmt.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.check_point.mgmt.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.check_point.mgmt.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.check_point.mgmt.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.check_point.mgmt.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.check_point.mgmt.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.check_point.mgmt.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.check_point.mgmt.tests.units.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.check_point.mgmt.tests.units.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.check_point.mgmt.tests.units.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.check_point.mgmt.tests.units.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.check_point.mgmt.tests.units.plugins.httpapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.check_point.mgmt.tests.units.plugins.httpapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.check_point.mgmt.tests.units.plugins.httpapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.check_point.mgmt.tests.units.plugins.httpapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.setup_win_chocolatey.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.setup_win_chocolatey.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.setup_win_chocolatey.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.setup_win_chocolatey.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.setup_win_chocolatey.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.setup_win_chocolatey.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.setup_win_chocolatey.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.setup_win_chocolatey.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.setup_win_chocolatey.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.setup_win_chocolatey.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.setup_win_chocolatey.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.setup_win_chocolatey.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_config.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_config.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_config.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_config.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_facts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_facts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_facts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_facts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_facts.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_facts.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_facts.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_facts.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_facts.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_facts.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_facts.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_facts.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_feature' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_feature' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_feature' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_feature' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_feature.filter_plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_feature.filter_plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_feature.filter_plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_feature.filter_plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_feature.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_feature.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_feature.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_feature.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.chocolatey.chocolatey.tests.integration.targets.win_chocolatey_source.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.plugins.lookup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.plugins.lookup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.plugins.lookup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.plugins.lookup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_ssh_auth' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_ssh_auth' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_ssh_auth' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_ssh_auth' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_ssh_auth.pki' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_ssh_auth.pki' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_ssh_auth.pki' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_ssh_auth.pki' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_ssh_auth.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_ssh_auth.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_ssh_auth.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_ssh_auth.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_certificate' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_certificate' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_certificate' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_certificate' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_certificate.pki' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_certificate.pki' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_certificate.pki' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_certificate.pki' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_certificate.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_certificate.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_certificate.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_certificate.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_domain' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_domain' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_domain' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_domain' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_domain.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_domain.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_domain.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_domain.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_role' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_role' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_role' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_role' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_role.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_role.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_role.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aaa_user_role.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_block_to_access_port' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_block_to_access_port' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_block_to_access_port' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_block_to_access_port' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_block_to_access_port.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_block_to_access_port.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_block_to_access_port.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_block_to_access_port.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_to_interface_policy_leaf_profile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_to_interface_policy_leaf_profile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_to_interface_policy_leaf_profile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_to_interface_policy_leaf_profile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_to_interface_policy_leaf_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_to_interface_policy_leaf_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_to_interface_policy_leaf_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_port_to_interface_policy_leaf_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_sub_port_block_to_access_port' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_sub_port_block_to_access_port' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_sub_port_block_to_access_port' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_sub_port_block_to_access_port' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_sub_port_block_to_access_port.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_sub_port_block_to_access_port.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_sub_port_block_to_access_port.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_access_sub_port_block_to_access_port.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_domain' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_domain' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_domain' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_domain' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_domain.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_domain.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_domain.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_domain.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_epg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_epg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_epg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_epg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_epg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_epg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_epg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_aep_to_epg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_ap' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_ap' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_ap' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_ap' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_ap.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_ap.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_ap.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_ap.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_dhcp_label' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_dhcp_label' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_dhcp_label' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_dhcp_label' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_dhcp_label.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_dhcp_label.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_dhcp_label.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_dhcp_label.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_subnet' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_subnet' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_subnet' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_subnet' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_subnet.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_subnet.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_subnet.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_bd_subnet.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_asn' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_asn' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_asn' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_asn' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_asn.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_asn.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_asn.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_asn.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_node' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_node' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_node' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_node' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_node.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_node.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_node.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_bgp_rr_node.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_bulk_static_binding_to_epg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_bulk_static_binding_to_epg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_bulk_static_binding_to_epg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_bulk_static_binding_to_epg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_bulk_static_binding_to_epg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_bulk_static_binding_to_epg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_bulk_static_binding_to_epg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_bulk_static_binding_to_epg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ap' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ap' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ap' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ap' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ap.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ap.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ap.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ap.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_aws_provider.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_aws_provider.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_aws_provider.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_aws_provider.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_bgp_asn' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_bgp_asn' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_bgp_asn' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_bgp_asn' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_bgp_asn.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_bgp_asn.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_bgp_asn.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_bgp_asn.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_cidr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_cidr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_cidr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_cidr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_cidr.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_cidr.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_cidr.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_cidr.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ctx_profile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ctx_profile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ctx_profile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ctx_profile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ctx_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ctx_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ctx_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_ctx_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg_selector' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg_selector' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg_selector' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg_selector' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg_selector.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg_selector.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg_selector.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_epg_selector.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg_selector' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg_selector' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg_selector' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg_selector' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg_selector.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg_selector.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg_selector.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_external_epg_selector.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_provider' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_provider' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_provider' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_provider' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_provider.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_provider.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_provider.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_provider.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_region' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_region' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_region' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_region' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_region.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_region.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_region.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_region.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_subnet' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_subnet' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_subnet' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_subnet' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_subnet.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_subnet.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_subnet.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_subnet.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_vpn_gateway' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_vpn_gateway' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_vpn_gateway' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_vpn_gateway' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_vpn_gateway.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_vpn_gateway.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_vpn_gateway.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_vpn_gateway.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_zone' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_zone' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_zone' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_zone' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_zone.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_zone.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_zone.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_cloud_zone.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_rollback' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_rollback' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_rollback' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_rollback' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_rollback.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_rollback.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_rollback.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_rollback.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_snapshot' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_snapshot' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_snapshot' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_snapshot' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_snapshot.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_snapshot.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_snapshot.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_config_snapshot.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_export' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_export' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_export' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_export' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_export.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_export.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_export.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_export.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_filter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_filter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_filter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_filter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_filter.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_filter.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_filter.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_filter.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_service_graph' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_service_graph' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_service_graph' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_service_graph' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_service_graph.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_service_graph.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_service_graph.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_contract_subject_to_service_graph.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay_provider' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay_provider' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay_provider' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay_provider' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay_provider.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay_provider.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay_provider.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_dhcp_relay_provider.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_domain' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_domain' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_domain' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_domain' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_domain.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_domain.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_domain.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_domain.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_profile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_profile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_profile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_profile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_provider' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_provider' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_provider' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_provider' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_provider.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_provider.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_provider.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_dns_provider.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_encap_pool' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_encap_pool' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_encap_pool' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_encap_pool' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_encap_pool.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_encap_pool.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_encap_pool.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_encap_pool.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_vlan_pool' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_vlan_pool' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_vlan_pool' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_vlan_pool' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_vlan_pool.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_vlan_pool.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_vlan_pool.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_domain_to_vlan_pool.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool_range' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool_range' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool_range' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool_range' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool_range.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool_range.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool_range.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_encap_pool_range.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_interface' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_interface' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_interface' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_interface' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_master' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_master' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_master' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_master' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_master.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_master.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_master.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_contract_master.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_domain' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_domain' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_domain' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_domain' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_domain.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_domain.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_domain.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_epg_to_domain.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_contract_master' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_contract_master' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_contract_master' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_contract_master' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_contract_master.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_contract_master.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_contract_master.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_contract_master.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_epg_selector' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_epg_selector' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_epg_selector' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_epg_selector' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_epg_selector.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_epg_selector.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_epg_selector.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_epg_selector.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_ip_subnet_selector' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_ip_subnet_selector' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_ip_subnet_selector' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_ip_subnet_selector' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_ip_subnet_selector.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_ip_subnet_selector.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_ip_subnet_selector.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_ip_subnet_selector.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_tag_selector' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_tag_selector' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_tag_selector' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_tag_selector' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_tag_selector.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_tag_selector.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_tag_selector.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_esg_tag_selector.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_profile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_profile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_profile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_profile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_switch_assoc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_switch_assoc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_switch_assoc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_switch_assoc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_switch_assoc.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_switch_assoc.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_switch_assoc.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_leaf_switch_assoc.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_node' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_node' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_node' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_node' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_node.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_node.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_node.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_node.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_profile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_profile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_profile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_profile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_switch_assoc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_switch_assoc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_switch_assoc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_switch_assoc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_switch_assoc.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_switch_assoc.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_switch_assoc.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_spine_switch_assoc.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_block' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_block' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_block' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_block' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_block.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_block.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_block.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_block.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_policy_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_policy_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_policy_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_policy_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_policy_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_policy_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_policy_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_fabric_switch_policy_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter_entry' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter_entry' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter_entry' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter_entry' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter_entry.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter_entry.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter_entry.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_filter_entry.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_firmware_source' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_firmware_source' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_firmware_source' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_firmware_source' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_firmware_source.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_firmware_source.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_firmware_source.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_firmware_source.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_blacklist' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_blacklist' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_blacklist' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_blacklist' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_blacklist.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_blacklist.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_blacklist.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_blacklist.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_description' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_description' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_description' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_description' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_description.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_description.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_description.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_description.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_cdp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_cdp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_cdp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_cdp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_cdp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_cdp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_cdp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_cdp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_breakout_port_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_breakout_port_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_breakout_port_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_breakout_port_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_breakout_port_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_breakout_port_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_breakout_port_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_breakout_port_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_policy_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_policy_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_policy_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_policy_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_policy_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_policy_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_policy_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_policy_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_profile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_profile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_profile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_profile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_leaf_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_link_level' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_link_level' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_link_level' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_link_level' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_link_level.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_link_level.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_link_level.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_link_level.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_ospf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_ospf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_ospf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_ospf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_ospf.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_ospf.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_ospf.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_ospf.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_port_security' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_port_security' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_port_security' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_port_security' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_port_security.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_port_security.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_port_security.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_policy_port_security.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_selector_to_switch_policy_leaf_profile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_selector_to_switch_policy_leaf_profile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_selector_to_switch_policy_leaf_profile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_selector_to_switch_policy_leaf_profile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_selector_to_switch_policy_leaf_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_selector_to_switch_policy_leaf_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_selector_to_switch_policy_leaf_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_interface_selector_to_switch_policy_leaf_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg_to_contract' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg_to_contract' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg_to_contract' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg_to_contract' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg_to_contract.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg_to_contract.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg_to_contract.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_extepg_to_contract.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_path' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_path' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_path' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_path' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_path.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_path.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_path.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_path.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_profile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_profile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_profile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_profile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_interface_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_node_profile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_node_profile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_node_profile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_node_profile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_node_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_node_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_node_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l2out_logical_node_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_bgp_peer' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_bgp_peer' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_bgp_peer' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_bgp_peer' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_bgp_peer.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_bgp_peer.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_bgp_peer.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_bgp_peer.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extepg_to_contract' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extepg_to_contract' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extepg_to_contract' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extepg_to_contract' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extepg_to_contract.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extepg_to_contract.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extepg_to_contract.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extepg_to_contract.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extsubnet' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extsubnet' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extsubnet' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extsubnet' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extsubnet.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extsubnet.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extsubnet.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_extsubnet.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface_secondary_ip' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface_secondary_ip' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface_secondary_ip' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface_secondary_ip' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface_secondary_ip.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface_secondary_ip.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface_secondary_ip.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_interface_secondary_ip.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile_ospf_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile_ospf_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile_ospf_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile_ospf_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile_ospf_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile_ospf_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile_ospf_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_profile_ospf_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_vpc_member' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_vpc_member' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_vpc_member' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_vpc_member' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_vpc_member.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_vpc_member.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_vpc_member.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_interface_vpc_member.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node_profile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node_profile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node_profile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node_profile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_logical_node_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes_nexthop' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes_nexthop' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes_nexthop' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes_nexthop' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes_nexthop.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes_nexthop.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes_nexthop.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_l3out_static_routes_nexthop.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_lookup_interface_range' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_lookup_interface_range' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_lookup_interface_range' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_lookup_interface_range' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_lookup_interface_range.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_lookup_interface_range.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_lookup_interface_range.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_lookup_interface_range.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_node_mgmt_epg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_node_mgmt_epg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_node_mgmt_epg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_node_mgmt_epg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_node_mgmt_epg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_node_mgmt_epg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_node_mgmt_epg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_node_mgmt_epg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_server.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_server.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_server.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_ntp_server.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_rest' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_rest' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_rest' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_rest' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_rest.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_rest.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_rest.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_rest.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_rest.tasks.xml_files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_rest.tasks.xml_files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_rest.tasks.xml_files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_rest.tasks.xml_files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_client_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_community_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_community_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_community_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_community_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_community_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_community_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_community_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_community_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_user' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_user' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_user' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_user' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_user.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_user.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_user.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_snmp_user.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_binding_to_epg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_binding_to_epg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_binding_to_epg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_binding_to_epg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_binding_to_epg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_binding_to_epg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_binding_to_epg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_binding_to_epg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_node_mgmt_address' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_node_mgmt_address' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_node_mgmt_address' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_node_mgmt_address' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_node_mgmt_address.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_node_mgmt_address.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_node_mgmt_address.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_static_node_mgmt_address.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_leaf_selector' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_leaf_selector' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_leaf_selector' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_leaf_selector' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_leaf_selector.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_leaf_selector.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_leaf_selector.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_leaf_selector.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_leaf_profile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_leaf_profile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_leaf_profile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_leaf_profile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_leaf_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_leaf_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_leaf_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_leaf_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_vpc_protection_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_vpc_protection_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_vpc_protection_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_vpc_protection_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_vpc_protection_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_vpc_protection_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_vpc_protection_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_switch_policy_vpc_protection_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_remote_dest' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_remote_dest' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_remote_dest' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_remote_dest' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_remote_dest.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_remote_dest.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_remote_dest.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_remote_dest.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_source' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_source' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_source' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_source' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_source.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_source.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_source.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_syslog_source.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_system' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_system' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_system' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_system' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_system.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_system.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_system.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_system.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_taboo_contract' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_taboo_contract' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_taboo_contract' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_taboo_contract' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_taboo_contract.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_taboo_contract.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_taboo_contract.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_taboo_contract.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_tag' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_tag' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_tag' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_tag' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_tag.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_tag.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_tag.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_tag.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant_span_dst_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant_span_dst_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant_span_dst_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant_span_dst_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant_span_dst_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant_span_dst_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant_span_dst_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_tenant_span_dst_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool_encap_block' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool_encap_block' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool_encap_block' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool_encap_block' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool_encap_block.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool_encap_block.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool_encap_block.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vlan_pool_encap_block.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_controller' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_controller' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_controller' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_controller' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_controller.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_controller.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_controller.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_controller.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_credential' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_credential' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_credential' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_credential' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_credential.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_credential.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_credential.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_credential.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink_container' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink_container' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink_container' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink_container' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink_container.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink_container.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink_container.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_uplink_container.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_vswitch_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_vswitch_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_vswitch_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_vswitch_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_vswitch_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_vswitch_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_vswitch_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vmm_vswitch_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vrf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vrf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vrf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vrf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vrf.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vrf.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vrf.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vrf.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vzany_to_contract' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vzany_to_contract' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vzany_to_contract' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vzany_to_contract' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.integration.targets.aci_vzany_to_contract.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.integration.targets.aci_vzany_to_contract.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.integration.targets.aci_vzany_to_contract.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.integration.targets.aci_vzany_to_contract.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.unit.compat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.unit.compat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.unit.compat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.unit.compat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.unit.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.unit.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.unit.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.unit.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.unit.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.unit.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.unit.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.unit.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.aci.tests.unit.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.aci.tests.unit.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.aci.tests.unit.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.aci.tests.unit.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.docs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.docs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.docs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.docs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.cliconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.cliconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.cliconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.cliconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec.facts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec.facts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec.facts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec.facts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec.ogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec.ogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec.ogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.argspec.ogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.config.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.config.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.config.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.config.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.config.ogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.config.ogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.config.ogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.config.ogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts.legacy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts.legacy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts.legacy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts.legacy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts.ogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts.ogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts.ogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.facts.ogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.providers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.providers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.providers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.providers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.rm_templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.rm_templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.rm_templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.rm_templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.module_utils.network.asa.utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.plugins.terminal' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.plugins.terminal' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.plugins.terminal' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.plugins.terminal' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_acl.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_acl.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_acl.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_acl.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_acl.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_acl.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_acl.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_acl.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_acl.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_acl.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_acl.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_acl.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_acls.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_command.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_command.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_command.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_command.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_command.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_command.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_command.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_command.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_command.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_command.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_command.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_command.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.templates.basic' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.templates.basic' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.templates.basic' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.templates.basic' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.templates.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.templates.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.templates.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.templates.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.tests.redirection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.tests.redirection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.tests.redirection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_config.tests.redirection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_facts.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_facts.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_facts.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_facts.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_facts.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_facts.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_facts.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_facts.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_facts.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_facts.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_facts.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_facts.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_og.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_og.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_og.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_og.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_og.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_og.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_og.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_og.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_og.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_og.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_og.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_og.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_ogs.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_smoke.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_smoke.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_smoke.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_smoke.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_smoke.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_smoke.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_smoke.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_smoke.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.integration.targets.asa_smoke.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.integration.targets.asa_smoke.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.integration.targets.asa_smoke.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.integration.targets.asa_smoke.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.unit.compat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.unit.compat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.unit.compat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.unit.compat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.unit.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.unit.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.unit.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.unit.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.unit.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.unit.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.unit.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.unit.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.unit.modules.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.unit.modules.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.unit.modules.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.unit.modules.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.unit.modules.network.asa' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.unit.modules.network.asa' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.unit.modules.network.asa' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.unit.modules.network.asa' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.asa.tests.unit.modules.network.asa.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.asa.tests.unit.modules.network.asa.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.asa.tests.unit.modules.network.asa.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.asa.tests.unit.modules.network.asa.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.docs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.docs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.docs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.docs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.docs._gh_include' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.docs._gh_include' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.docs._gh_include' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.docs._gh_include' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.playbooks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.playbooks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.playbooks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.playbooks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.playbooks.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.playbooks.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.playbooks.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.playbooks.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.plugins.plugin_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.plugins.plugin_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.plugins.plugin_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.plugins.plugin_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.tests.unit.modules.dnac' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.tests.unit.modules.dnac' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.tests.unit.modules.dnac' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.tests.unit.modules.dnac' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.dnac.tests.unit.modules.dnac.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.dnac.tests.unit.modules.dnac.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.dnac.tests.unit.modules.dnac.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.dnac.tests.unit.modules.dnac.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.misc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.misc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.misc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.misc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.auto_support.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.auto_support.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.auto_support.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.auto_support.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_network.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_network.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_network.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_network.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_profile.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_profile.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_profile.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_profile.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_storage.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_storage.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_storage.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.cluster_storage.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.deploy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.deploy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.deploy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.deploy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_network.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_network.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_network.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_network.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_profile.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_profile.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_profile.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_profile.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_storage.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_storage.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_storage.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_cluster_storage.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_software_version.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_software_version.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_software_version.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.edge_software_version.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.fc.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.fc.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.fc.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.fc.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.intersight_org.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.intersight_org.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.intersight_org.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.intersight_org.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.iscsi.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.iscsi.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.iscsi.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.iscsi.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.local_credential.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.local_credential.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.local_credential.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.local_credential.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.node_config.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.node_config.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.node_config.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.node_config.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.node_profiles.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.node_profiles.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.node_profiles.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.node_profiles.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.proxy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.proxy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.proxy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.proxy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.software_version.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.software_version.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.software_version.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.software_version.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.sys_config.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.sys_config.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.sys_config.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.sys_config.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.vcenter.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.vcenter.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.vcenter.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.hyperflex_policies.vcenter.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.policies.server_policies.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.policies.server_policies.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.policies.server_policies.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.policies.server_policies.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.playbooks.roles.servers.actions.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.playbooks.roles.servers.actions.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.playbooks.roles.servers.actions.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.playbooks.roles.servers.actions.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.intersight.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.intersight.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.intersight.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.intersight.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.docs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.docs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.docs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.docs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.cliconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.cliconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.cliconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.cliconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.filter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.filter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.filter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.filter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.inventory' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.inventory' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.inventory' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.inventory' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.acl_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.acl_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.acl_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.acl_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.bgp_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.bgp_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.bgp_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.bgp_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.bgp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.bgp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.bgp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.bgp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.facts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.facts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.facts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.facts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.hostname' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.hostname' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.hostname' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.hostname' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.l2_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.l2_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.l2_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.l2_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.l3_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.l3_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.l3_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.l3_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lacp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lacp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lacp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lacp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lacp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lacp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lacp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lacp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lag_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lag_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lag_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lag_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lldp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lldp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lldp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lldp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lldp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lldp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lldp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.lldp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.logging_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.logging_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.logging_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.logging_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ntp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ntp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ntp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ntp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ospf_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ospf_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ospf_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ospf_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ospfv2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ospfv2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ospfv2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ospfv2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ospfv3' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ospfv3' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ospfv3' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ospfv3' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ping' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ping' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ping' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.ping' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.prefix_lists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.prefix_lists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.prefix_lists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.prefix_lists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.route_maps' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.route_maps' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.route_maps' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.route_maps' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.snmp_server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.snmp_server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.snmp_server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.snmp_server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.static_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.static_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.static_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.static_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.vlans' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.vlans' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.vlans' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.argspec.vlans' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.acl_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.acl_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.acl_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.acl_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.bgp_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.bgp_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.bgp_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.bgp_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.bgp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.bgp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.bgp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.bgp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.hostname' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.hostname' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.hostname' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.hostname' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.l2_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.l2_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.l2_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.l2_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.l3_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.l3_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.l3_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.l3_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lacp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lacp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lacp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lacp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lacp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lacp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lacp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lacp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lag_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lag_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lag_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lag_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lldp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lldp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lldp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lldp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lldp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lldp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lldp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.lldp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.logging_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.logging_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.logging_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.logging_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ntp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ntp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ntp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ntp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ospf_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ospf_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ospf_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ospf_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ospfv2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ospfv2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ospfv2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ospfv2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ospfv3' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ospfv3' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ospfv3' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ospfv3' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ping' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ping' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ping' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.ping' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.prefix_lists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.prefix_lists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.prefix_lists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.prefix_lists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.route_maps' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.route_maps' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.route_maps' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.route_maps' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.snmp_server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.snmp_server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.snmp_server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.snmp_server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.static_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.static_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.static_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.static_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.vlans' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.vlans' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.vlans' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.config.vlans' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.acl_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.acl_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.acl_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.acl_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.bgp_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.bgp_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.bgp_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.bgp_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.bgp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.bgp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.bgp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.bgp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.hostname' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.hostname' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.hostname' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.hostname' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.l2_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.l2_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.l2_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.l2_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.l3_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.l3_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.l3_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.l3_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lacp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lacp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lacp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lacp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lacp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lacp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lacp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lacp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lag_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lag_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lag_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lag_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.legacy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.legacy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.legacy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.legacy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lldp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lldp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lldp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lldp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lldp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lldp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lldp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.lldp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.logging_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.logging_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.logging_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.logging_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ntp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ntp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ntp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ntp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ospf_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ospf_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ospf_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ospf_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ospfv2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ospfv2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ospfv2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ospfv2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ospfv3' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ospfv3' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ospfv3' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.ospfv3' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.prefix_lists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.prefix_lists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.prefix_lists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.prefix_lists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.route_maps' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.route_maps' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.route_maps' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.route_maps' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.snmp_server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.snmp_server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.snmp_server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.snmp_server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.static_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.static_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.static_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.static_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.vlans' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.vlans' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.vlans' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.facts.vlans' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers.cli.config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers.cli.config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers.cli.config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers.cli.config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers.cli.config.bgp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers.cli.config.bgp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers.cli.config.bgp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.providers.cli.config.bgp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.rm_templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.rm_templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.rm_templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.rm_templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.module_utils.network.ios.utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.plugins.terminal' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.plugins.terminal' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.plugins.terminal' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.plugins.terminal' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_acl_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_acls.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_banner.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_address_family.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_bgp_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_command.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.templates.basic' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.templates.basic' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.templates.basic' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.templates.basic' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.templates.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.templates.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.templates.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.templates.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tests.cli_config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tests.cli_config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tests.cli_config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tests.cli_config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tests.redirection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tests.redirection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tests.redirection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_config.tests.redirection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_facts.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_hostname.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_interface.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interface.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l2_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interface.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_l3_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lacp_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lag_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_linkagg.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_lldp_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_logging_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ntp_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospf_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv2.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ospfv3.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_ping.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_prefix_lists.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_route_maps.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.templates.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.templates.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.templates.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.templates.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_smoke.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_snmp_server.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_route.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_static_routes.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_system.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_user.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlan.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.ios_vlans.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.prepare_ios_tests.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.prepare_ios_tests.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.prepare_ios_tests.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.prepare_ios_tests.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.prepare_ios_tests.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.prepare_ios_tests.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.prepare_ios_tests.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.prepare_ios_tests.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.integration.targets.prepare_ios_tests.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.integration.targets.prepare_ios_tests.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.integration.targets.prepare_ios_tests.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.integration.targets.prepare_ios_tests.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.unit.compat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.unit.compat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.unit.compat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.unit.compat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.unit.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.unit.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.unit.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.unit.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.unit.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.unit.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.unit.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.unit.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.unit.modules.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.unit.modules.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.unit.modules.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.unit.modules.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.unit.modules.network.ios' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.unit.modules.network.ios' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.unit.modules.network.ios' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.unit.modules.network.ios' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.unit.modules.network.ios.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.unit.modules.network.ios.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.unit.modules.network.ios.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.unit.modules.network.ios.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.unit.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.unit.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.unit.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.unit.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures.ios' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures.ios' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures.ios' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures.ios' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures.nos' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures.nos' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures.nos' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures.nos' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures.slxos' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures.slxos' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures.slxos' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ios.tests.unit.plugins.cliconf.fixtures.slxos' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.docs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.docs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.docs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.docs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.cliconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.cliconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.cliconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.cliconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.filter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.filter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.filter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.filter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.inventory' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.inventory' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.inventory' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.inventory' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.acl_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.acl_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.acl_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.acl_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.bgp_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.bgp_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.bgp_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.bgp_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.bgp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.bgp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.bgp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.bgp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.bgp_neighbor_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.bgp_neighbor_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.bgp_neighbor_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.bgp_neighbor_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.facts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.facts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.facts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.facts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.hostname' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.hostname' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.hostname' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.hostname' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.l2_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.l2_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.l2_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.l2_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.l3_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.l3_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.l3_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.l3_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lacp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lacp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lacp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lacp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lacp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lacp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lacp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lacp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lag_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lag_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lag_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lag_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lldp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lldp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lldp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lldp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lldp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lldp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lldp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.lldp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.logging_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.logging_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.logging_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.logging_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ntp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ntp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ntp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ntp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ospf_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ospf_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ospf_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ospf_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ospfv2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ospfv2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ospfv2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ospfv2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ospfv3' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ospfv3' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ospfv3' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ospfv3' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ping' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ping' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ping' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.ping' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.prefix_lists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.prefix_lists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.prefix_lists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.prefix_lists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.snmp_server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.snmp_server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.snmp_server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.snmp_server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.static_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.static_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.static_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.argspec.static_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.acl_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.acl_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.acl_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.acl_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.bgp_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.bgp_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.bgp_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.bgp_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.bgp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.bgp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.bgp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.bgp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.bgp_neighbor_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.bgp_neighbor_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.bgp_neighbor_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.bgp_neighbor_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.hostname' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.hostname' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.hostname' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.hostname' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.l2_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.l2_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.l2_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.l2_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.l3_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.l3_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.l3_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.l3_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lacp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lacp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lacp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lacp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lacp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lacp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lacp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lacp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lag_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lag_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lag_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lag_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lldp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lldp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lldp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lldp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lldp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lldp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lldp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.lldp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.logging_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.logging_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.logging_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.logging_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ntp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ntp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ntp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ntp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ospf_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ospf_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ospf_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ospf_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ospfv2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ospfv2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ospfv2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ospfv2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ospfv3' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ospfv3' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ospfv3' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ospfv3' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ping' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ping' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ping' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.ping' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.prefix_lists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.prefix_lists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.prefix_lists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.prefix_lists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.snmp_server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.snmp_server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.snmp_server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.snmp_server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.static_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.static_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.static_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.config.static_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.acl_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.acl_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.acl_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.acl_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.bgp_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.bgp_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.bgp_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.bgp_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.bgp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.bgp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.bgp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.bgp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.bgp_neighbor_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.bgp_neighbor_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.bgp_neighbor_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.bgp_neighbor_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.hostname' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.hostname' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.hostname' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.hostname' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.l2_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.l2_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.l2_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.l2_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.l3_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.l3_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.l3_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.l3_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lacp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lacp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lacp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lacp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lacp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lacp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lacp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lacp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lag_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lag_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lag_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lag_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.legacy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.legacy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.legacy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.legacy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lldp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lldp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lldp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lldp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lldp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lldp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lldp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.lldp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.logging_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.logging_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.logging_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.logging_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ntp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ntp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ntp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ntp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ospf_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ospf_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ospf_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ospf_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ospfv2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ospfv2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ospfv2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ospfv2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ospfv3' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ospfv3' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ospfv3' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.ospfv3' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.prefix_lists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.prefix_lists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.prefix_lists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.prefix_lists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.snmp_server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.snmp_server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.snmp_server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.snmp_server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.static_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.static_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.static_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.facts.static_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers.cli.config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers.cli.config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers.cli.config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers.cli.config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers.cli.config.bgp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers.cli.config.bgp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers.cli.config.bgp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.providers.cli.config.bgp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.rm_templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.rm_templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.rm_templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.rm_templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.module_utils.network.iosxr.utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.netconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.netconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.netconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.netconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.sub_plugins.grpc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.sub_plugins.grpc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.sub_plugins.grpc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.sub_plugins.grpc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.sub_plugins.grpc.pb' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.sub_plugins.grpc.pb' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.sub_plugins.grpc.pb' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.sub_plugins.grpc.pb' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.plugins.terminal' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.plugins.terminal' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.plugins.terminal' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.plugins.terminal' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.tests.cli.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.tests.cli.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.tests.cli.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.tests.cli.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acl_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.tests.cli.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.tests.cli.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.tests.cli.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.tests.cli.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_acls.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.tests.netconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.tests.netconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.tests.netconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_banner.tests.netconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_address_family.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_bgp_neighbor_address_family.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_cliconf.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_command.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.templates.basic' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.templates.basic' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.templates.basic' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.templates.basic' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.templates.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.templates.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.templates.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.templates.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tests.cli_config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tests.cli_config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tests.cli_config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tests.cli_config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tests.redirection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tests.redirection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tests.redirection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_config.tests.redirection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_facts.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_hostname.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.tests.cli.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.tests.cli.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.tests.cli.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.tests.cli.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.tests.cli.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.tests.cli.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.tests.cli.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.tests.cli.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l2_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.tests.cli.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.tests.cli.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.tests.cli.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.tests.cli.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_l3_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.tests.cli.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.tests.cli.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.tests.cli.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.tests.cli.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.tests.cli.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.tests.cli.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.tests.cli.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.tests.cli.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lacp_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.tests.cli.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.tests.cli.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.tests.cli.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.tests.cli.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lag_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.tests.cli.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.tests.cli.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.tests.cli.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.tests.cli.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.tests.cli.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.tests.cli.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.tests.cli.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.tests.cli.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_lldp_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.tests.netconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.tests.netconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.tests.netconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging.tests.netconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_logging_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_netconf.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ntp_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospf_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv2.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ospfv3.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ping.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ping.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ping.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ping.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ping.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ping.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ping.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ping.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ping.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ping.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ping.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_ping.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.tests.cli.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.tests.cli.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.tests.cli.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.tests.cli.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_prefix_lists.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.tests.netconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.tests.netconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.tests.netconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_smoke.tests.netconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_snmp_server.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_static_routes.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.tests.netconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.tests.netconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.tests.netconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_system.tests.netconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tests.netconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tests.netconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tests.netconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.iosxr_user.tests.netconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.prepare_iosxr_tests.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.prepare_iosxr_tests.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.prepare_iosxr_tests.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.prepare_iosxr_tests.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.integration.targets.prepare_iosxr_tests.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.integration.targets.prepare_iosxr_tests.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.integration.targets.prepare_iosxr_tests.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.integration.targets.prepare_iosxr_tests.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.unit.compat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.unit.compat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.unit.compat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.unit.compat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.unit.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.unit.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.unit.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.unit.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.unit.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.unit.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.unit.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.unit.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.unit.modules.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.unit.modules.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.unit.modules.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.unit.modules.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.unit.modules.network.iosxr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.unit.modules.network.iosxr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.unit.modules.network.iosxr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.unit.modules.network.iosxr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.unit.modules.network.iosxr.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.unit.modules.network.iosxr.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.unit.modules.network.iosxr.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.unit.modules.network.iosxr.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.iosxr.tests.unit.modules.network.iosxr.fixtures.cliconf.iosxr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.iosxr.tests.unit.modules.network.iosxr.fixtures.cliconf.iosxr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.iosxr.tests.unit.modules.network.iosxr.fixtures.cliconf.iosxr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.iosxr.tests.unit.modules.network.iosxr.fixtures.cliconf.iosxr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.docs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.docs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.docs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.docs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.docs._gh_include' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.docs._gh_include' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.docs._gh_include' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.docs._gh_include' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.playbooks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.playbooks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.playbooks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.playbooks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.playbooks.group_vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.playbooks.group_vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.playbooks.group_vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.playbooks.group_vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.playbooks.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.playbooks.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.playbooks.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.playbooks.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.plugins.plugin_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.plugins.plugin_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.plugins.plugin_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.plugins.plugin_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.roles.aws_deployment' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.roles.aws_deployment' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.roles.aws_deployment' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.roles.aws_deployment' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.roles.aws_deployment.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.roles.aws_deployment.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.roles.aws_deployment.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.roles.aws_deployment.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.roles.aws_deployment.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.roles.aws_deployment.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.roles.aws_deployment.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.roles.aws_deployment.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.roles.aws_deployment.tasks.aws' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.roles.aws_deployment.tasks.aws' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.roles.aws_deployment.tasks.aws' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.roles.aws_deployment.tasks.aws' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.roles.personas_deployment' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.roles.personas_deployment' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.roles.personas_deployment' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.roles.personas_deployment' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.roles.personas_deployment.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.roles.personas_deployment.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.roles.personas_deployment.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.roles.personas_deployment.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.roles.personas_deployment.handlers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.roles.personas_deployment.handlers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.roles.personas_deployment.handlers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.roles.personas_deployment.handlers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.roles.personas_deployment.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.roles.personas_deployment.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.roles.personas_deployment.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.roles.personas_deployment.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.roles.personas_deployment.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.roles.personas_deployment.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.roles.personas_deployment.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.roles.personas_deployment.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.roles.personas_deployment.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.roles.personas_deployment.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.roles.personas_deployment.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.roles.personas_deployment.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.roles.personas_deployment.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.roles.personas_deployment.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.roles.personas_deployment.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.roles.personas_deployment.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ise.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ise.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ise.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ise.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.plugins.module_utils.network.meraki' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.plugins.module_utils.network.meraki' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.plugins.module_utils.network.meraki' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.plugins.module_utils.network.meraki' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.scripts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.scripts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.scripts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.scripts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_action_batch' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_action_batch' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_action_batch' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_action_batch' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_action_batch.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_action_batch.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_action_batch.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_action_batch.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_admin' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_admin' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_admin' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_admin' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_admin.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_admin.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_admin.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_admin.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_alert' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_alert' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_alert' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_alert' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_alert.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_alert.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_alert.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_alert.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_config_template' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_config_template' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_config_template' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_config_template' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_config_template.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_config_template.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_config_template.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_config_template.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_device' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_device' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_device' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_device' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_device.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_device.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_device.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_device.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_firewalled_services' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_firewalled_services' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_firewalled_services' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_firewalled_services' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_firewalled_services.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_firewalled_services.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_firewalled_services.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_firewalled_services.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_management_interface' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_management_interface' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_management_interface' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_management_interface' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_management_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_management_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_management_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_management_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_l3_firewall' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_l3_firewall' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_l3_firewall' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_l3_firewall' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_l3_firewall.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_l3_firewall.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_l3_firewall.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_l3_firewall.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_radio' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_radio' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_radio' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_radio' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_radio.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_radio.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_radio.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_radio.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_rf_profile' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_rf_profile' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_rf_profile' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_rf_profile' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_rf_profile.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_rf_profile.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_rf_profile.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_rf_profile.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_settings' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_settings' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_settings' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_settings' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_settings.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_settings.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_settings.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mr_settings.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_access_list' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_access_list' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_access_list' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_access_list' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_access_list.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_access_list.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_access_list.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_access_list.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_access_policies.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_access_policies.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_access_policies.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_access_policies.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_l3_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_l3_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_l3_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_l3_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation.meraki_network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation.meraki_network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation.meraki_network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation.meraki_network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation.meraki_network.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation.meraki_network.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation.meraki_network.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation.meraki_network.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_link_aggregation.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_ospf.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_ospf.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_ospf.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_ospf.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_stack' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_stack' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_stack' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_stack' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_stack.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_stack.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_stack.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_stack.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_stack_l3_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_stack_l3_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_stack_l3_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_stack_l3_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_storm_control' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_storm_control' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_storm_control' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_storm_control' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_storm_control.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_storm_control.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_storm_control.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_storm_control.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_switchport' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_switchport' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_switchport' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_switchport' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_switchport.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_switchport.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_switchport.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ms_switchport.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_content_filtering' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_content_filtering' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_content_filtering' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_content_filtering' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_content_filtering.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_content_filtering.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_content_filtering.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_content_filtering.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_intrusion_prevention' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_intrusion_prevention' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_intrusion_prevention' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_intrusion_prevention' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_intrusion_prevention.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_intrusion_prevention.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_intrusion_prevention.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_intrusion_prevention.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l2_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l2_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l2_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l2_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l3_firewall' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l3_firewall' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l3_firewall' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l3_firewall' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l3_firewall.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l3_firewall.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l3_firewall.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l3_firewall.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l7_firewall' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l7_firewall' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l7_firewall' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l7_firewall' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l7_firewall.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l7_firewall.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l7_firewall.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_l7_firewall.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_malware' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_malware' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_malware' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_malware' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_malware.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_malware.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_malware.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_malware.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_nat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_nat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_nat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_nat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_nat.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_nat.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_nat.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_nat.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_network_vlan_settings' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_network_vlan_settings' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_network_vlan_settings' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_network_vlan_settings' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_network_vlan_settings.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_network_vlan_settings.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_network_vlan_settings.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_network_vlan_settings.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_firewall' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_firewall' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_firewall' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_firewall' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_firewall.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_firewall.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_firewall.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_firewall.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_vpn' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_vpn' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_vpn' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_vpn' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_vpn.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_vpn.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_vpn.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_site_to_site_vpn.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_static_route.meraki_static_route' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_static_route.meraki_static_route' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_static_route.meraki_static_route' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_static_route.meraki_static_route' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_static_route.meraki_static_route.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_static_route.meraki_static_route.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_static_route.meraki_static_route.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_static_route.meraki_static_route.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_third_party_vpn_peers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_third_party_vpn_peers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_third_party_vpn_peers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_third_party_vpn_peers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_third_party_vpn_peers.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_third_party_vpn_peers.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_third_party_vpn_peers.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_third_party_vpn_peers.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_uplink_bandwidth' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_uplink_bandwidth' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_uplink_bandwidth' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_uplink_bandwidth' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_uplink_bandwidth.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_uplink_bandwidth.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_uplink_bandwidth.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_uplink_bandwidth.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_vlan' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_vlan' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_vlan' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_vlan' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_vlan.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_vlan.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_vlan.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_mx_vlan.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_network.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_network.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_network.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_network.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_organization' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_organization' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_organization' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_organization' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_organization.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_organization.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_organization.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_organization.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_snmp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_snmp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_snmp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_snmp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_snmp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_snmp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_snmp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_snmp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ssid' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ssid' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ssid' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ssid' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ssid.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ssid.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ssid.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_ssid.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_syslog' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_syslog' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_syslog' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_syslog' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_syslog.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_syslog.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_syslog.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_syslog.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_webhook' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_webhook' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_webhook' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_webhook' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_webhook.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_webhook.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_webhook.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.integration.targets.meraki_webhook.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.meraki.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.meraki.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.meraki.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.meraki.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.plugins.httpapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.plugins.httpapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.plugins.httpapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.plugins.httpapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup_schedule' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup_schedule' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup_schedule' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup_schedule' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup_schedule.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup_schedule.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup_schedule.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_backup_schedule.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy_option' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy_option' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy_option' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy_option' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy_option.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy_option.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy_option.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_option_policy_option.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy_provider' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy_provider' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy_provider' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy_provider' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy_provider.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy_provider.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy_provider.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_dhcp_relay_policy_provider.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_label' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_label' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_label' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_label' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_label.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_label.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_label.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_label.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_remote_location' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_remote_location' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_remote_location' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_remote_location' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_remote_location.pki' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_remote_location.pki' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_remote_location.pki' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_remote_location.pki' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_remote_location.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_remote_location.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_remote_location.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_remote_location.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_rest' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_rest' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_rest' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_rest' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_rest.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_rest.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_rest.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_rest.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_role' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_role' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_role' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_role' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_role.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_role.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_role.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_role.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_clone' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_clone' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_clone' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_clone' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_clone.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_clone.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_clone.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_clone.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_domain' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_domain' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_domain' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_domain' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_domain.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_domain.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_domain.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_domain.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_selector' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_selector' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_selector' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_selector' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_selector.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_selector.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_selector.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_selector.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_staticport' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_staticport' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_staticport' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_staticport' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_staticport.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_staticport.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_staticport.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_anp_epg_staticport.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_l3out' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_l3out' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_l3out' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_l3out' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_l3out.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_l3out.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_l3out.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_l3out.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_subnet' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_subnet' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_subnet' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_subnet' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_subnet.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_subnet.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_subnet.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_bd_subnet.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg_selector' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg_selector' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg_selector' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg_selector' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg_selector.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg_selector.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg_selector.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_external_epg_selector.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_l3out' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_l3out' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_l3out' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_l3out' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_l3out.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_l3out.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_l3out.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_l3out.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_service_graph' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_service_graph' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_service_graph' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_service_graph' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_service_graph.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_service_graph.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_service_graph.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_service_graph.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr_subnet' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr_subnet' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr_subnet' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr_subnet' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr_subnet.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr_subnet.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr_subnet.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_cidr_subnet.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_hub_network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_hub_network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_hub_network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_hub_network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_hub_network.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_hub_network.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_hub_network.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_site_vrf_region_hub_network.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_contract' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_contract' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_contract' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_contract' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_contract.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_contract.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_contract.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_contract.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_selector' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_selector' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_selector' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_selector' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_selector.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_selector.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_selector.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_anp_epg_selector.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_dhcp_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_dhcp_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_dhcp_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_dhcp_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_dhcp_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_dhcp_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_dhcp_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_dhcp_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_subnet' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_subnet' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_subnet' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_subnet' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_subnet.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_subnet.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_subnet.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_bd_subnet.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_clone' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_clone' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_clone' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_clone' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_clone.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_clone.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_clone.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_clone.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_filter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_filter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_filter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_filter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_filter.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_filter.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_filter.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_filter.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_service_graph' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_service_graph' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_service_graph' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_service_graph' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_service_graph.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_service_graph.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_service_graph.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_contract_service_graph.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy_status' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy_status' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy_status' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy_status' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy_status.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy_status.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy_status.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_deploy_status.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_contract' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_contract' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_contract' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_contract' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_contract.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_contract.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_contract.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_contract.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_selector' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_selector' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_selector' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_selector' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_selector.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_selector.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_selector.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_selector.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_subnet' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_subnet' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_subnet' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_subnet' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_subnet.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_subnet.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_subnet.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_external_epg_subnet.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_filter_entry' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_filter_entry' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_filter_entry' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_filter_entry' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_filter_entry.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_filter_entry.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_filter_entry.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_filter_entry.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_l3out' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_l3out' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_l3out' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_l3out' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_l3out.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_l3out.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_l3out.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_l3out.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_migrate' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_migrate' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_migrate' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_migrate' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_migrate.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_migrate.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_migrate.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_migrate.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_service_graph' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_service_graph' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_service_graph' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_service_graph' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_service_graph.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_service_graph.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_service_graph.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_service_graph.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf_contract' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf_contract' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf_contract' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf_contract' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf_contract.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf_contract.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf_contract.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_template_vrf_contract.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_validate' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_validate' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_validate' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_validate' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_validate.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_validate.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_validate.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_schema_validate.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_service_node_type' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_service_node_type' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_service_node_type' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_service_node_type' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_service_node_type.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_service_node_type.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_service_node_type.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_service_node_type.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_site' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_site' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_site' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_site' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_site.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_site.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_site.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_site.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant_site' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant_site' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant_site' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant_site' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant_site.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant_site.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant_site.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_tenant_site.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_user' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_user' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_user' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_user' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_user.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_user.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_user.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_user.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_version' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_version' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_version' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_version' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.integration.targets.mso_version.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.integration.targets.mso_version.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.integration.targets.mso_version.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.integration.targets.mso_version.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.mso.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.mso.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.mso.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.mso.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nso' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nso' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nso' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nso' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nso.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nso.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nso.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nso.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nso.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nso.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nso.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nso.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nso.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nso.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nso.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nso.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nso.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nso.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nso.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nso.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nso.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nso.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nso.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nso.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nso.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nso.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nso.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nso.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nso.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nso.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nso.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nso.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nso.tests.unit.compat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nso.tests.unit.compat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nso.tests.unit.compat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nso.tests.unit.compat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nso.tests.unit.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nso.tests.unit.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nso.tests.unit.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nso.tests.unit.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nso.tests.unit.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nso.tests.unit.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nso.tests.unit.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nso.tests.unit.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nso.tests.unit.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nso.tests.unit.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nso.tests.unit.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nso.tests.unit.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nso.tests.unit.plugins.modules.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nso.tests.unit.plugins.modules.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nso.tests.unit.plugins.modules.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nso.tests.unit.plugins.modules.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.docs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.docs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.docs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.docs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.cliconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.cliconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.cliconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.cliconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.filter' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.filter' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.filter' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.filter' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.httpapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.httpapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.httpapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.httpapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.inventory' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.inventory' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.inventory' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.inventory' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.acl_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.acl_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.acl_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.acl_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bfd_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bfd_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bfd_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bfd_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bgp_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bgp_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bgp_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bgp_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bgp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bgp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bgp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bgp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bgp_neighbor_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bgp_neighbor_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bgp_neighbor_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.bgp_neighbor_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.facts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.facts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.facts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.facts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.hostname' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.hostname' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.hostname' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.hostname' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.hsrp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.hsrp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.hsrp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.hsrp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.l2_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.l2_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.l2_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.l2_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.l3_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.l3_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.l3_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.l3_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lacp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lacp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lacp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lacp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lacp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lacp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lacp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lacp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lag_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lag_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lag_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lag_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lldp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lldp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lldp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lldp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lldp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lldp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lldp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.lldp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.logging_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.logging_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.logging_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.logging_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ntp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ntp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ntp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ntp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ospf_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ospf_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ospf_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ospf_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ospfv2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ospfv2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ospfv2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ospfv2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ospfv3' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ospfv3' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ospfv3' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.ospfv3' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.prefix_lists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.prefix_lists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.prefix_lists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.prefix_lists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.route_maps' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.route_maps' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.route_maps' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.route_maps' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.snmp_server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.snmp_server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.snmp_server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.snmp_server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.static_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.static_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.static_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.static_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.telemetry' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.telemetry' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.telemetry' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.telemetry' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.vlans' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.vlans' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.vlans' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.argspec.vlans' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.cmdref' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.cmdref' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.cmdref' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.cmdref' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.cmdref.telemetry' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.cmdref.telemetry' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.cmdref.telemetry' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.cmdref.telemetry' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.acl_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.acl_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.acl_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.acl_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bfd_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bfd_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bfd_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bfd_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bgp_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bgp_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bgp_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bgp_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bgp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bgp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bgp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bgp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bgp_neighbor_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bgp_neighbor_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bgp_neighbor_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.bgp_neighbor_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.hostname' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.hostname' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.hostname' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.hostname' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.hsrp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.hsrp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.hsrp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.hsrp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.l2_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.l2_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.l2_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.l2_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.l3_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.l3_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.l3_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.l3_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lacp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lacp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lacp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lacp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lacp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lacp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lacp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lacp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lag_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lag_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lag_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lag_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lldp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lldp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lldp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lldp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lldp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lldp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lldp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.lldp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.logging_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.logging_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.logging_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.logging_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ntp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ntp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ntp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ntp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ospf_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ospf_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ospf_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ospf_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ospfv2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ospfv2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ospfv2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ospfv2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ospfv3' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ospfv3' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ospfv3' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.ospfv3' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.prefix_lists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.prefix_lists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.prefix_lists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.prefix_lists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.route_maps' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.route_maps' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.route_maps' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.route_maps' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.snmp_server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.snmp_server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.snmp_server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.snmp_server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.static_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.static_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.static_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.static_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.telemetry' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.telemetry' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.telemetry' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.telemetry' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.vlans' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.vlans' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.vlans' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.config.vlans' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.acl_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.acl_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.acl_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.acl_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.acls' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.acls' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.acls' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.acls' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bfd_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bfd_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bfd_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bfd_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bgp_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bgp_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bgp_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bgp_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bgp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bgp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bgp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bgp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bgp_neighbor_address_family' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bgp_neighbor_address_family' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bgp_neighbor_address_family' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.bgp_neighbor_address_family' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.hostname' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.hostname' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.hostname' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.hostname' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.hsrp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.hsrp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.hsrp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.hsrp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.l2_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.l2_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.l2_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.l2_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.l3_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.l3_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.l3_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.l3_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lacp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lacp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lacp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lacp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lacp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lacp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lacp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lacp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lag_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lag_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lag_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lag_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.legacy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.legacy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.legacy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.legacy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lldp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lldp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lldp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lldp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lldp_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lldp_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lldp_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.lldp_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.logging_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.logging_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.logging_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.logging_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ntp_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ntp_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ntp_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ntp_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ospf_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ospf_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ospf_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ospf_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ospfv2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ospfv2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ospfv2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ospfv2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ospfv3' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ospfv3' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ospfv3' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.ospfv3' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.prefix_lists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.prefix_lists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.prefix_lists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.prefix_lists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.route_maps' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.route_maps' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.route_maps' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.route_maps' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.snmp_server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.snmp_server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.snmp_server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.snmp_server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.static_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.static_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.static_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.static_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.telemetry' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.telemetry' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.telemetry' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.telemetry' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.vlans' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.vlans' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.vlans' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.facts.vlans' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.rm_templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.rm_templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.rm_templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.rm_templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.utils.telemetry' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.utils.telemetry' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.utils.telemetry' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.module_utils.network.nxos.utils.telemetry' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.modules.storage' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.modules.storage' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.modules.storage' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.modules.storage' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.netconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.netconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.netconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.netconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.plugins.terminal' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.plugins.terminal' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.plugins.terminal' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.plugins.terminal' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_aaa_server_host.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interface.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acl_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_acls.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_banner.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bfd_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.tests.common.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.tests.common.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.tests.common.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.tests.common.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_address_family.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_af.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.tests.common.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.tests.common.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.tests.common.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.tests.common.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.tests.common.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.tests.common.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.tests.common.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.tests.common.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_address_family.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_bgp_neighbor_af.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tests.nxapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tests.nxapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tests.nxapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_command.tests.nxapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.templates.basic' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.templates.basic' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.templates.basic' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.templates.basic' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.templates.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.templates.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.templates.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.templates.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.cli_config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.cli_config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.cli_config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.cli_config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.nxapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.nxapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.nxapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.nxapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.redirection.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.redirection.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.redirection.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_config.tests.redirection.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_devicealias.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_evpn_vni.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_facts.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_feature.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.tests.nxapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.tests.nxapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.tests.nxapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_file_copy.tests.nxapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_gir_profile_management.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.tests.common.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.tests.common.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.tests.common.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.tests.common.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hostname.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_hsrp_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_interface.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_igmp_snooping.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.tasks.upgrade' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.tasks.upgrade' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.tasks.upgrade' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.tasks.upgrade' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_install_os.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interface_ospf.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interface.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l2_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.tests.nxapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.tests.nxapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.tests.nxapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interface.tests.nxapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_l3_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lacp_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lag_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_linkagg.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.tests.nxapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.tests.nxapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.tests.nxapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp.tests.nxapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_lldp_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.tests.common.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.tests.common.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.tests.common.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.tests.common.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_logging_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_auth.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.tests.common.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.tests.common.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.tests.common.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.tests.common.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_global.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ntp_options.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks.platform.default' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks.platform.default' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks.platform.default' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks.platform.default' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks.platform.n5k' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks.platform.n5k' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks.platform.n5k' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks.platform.n5k' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks.platform.n7k' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks.platform.n7k' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks.platform.n7k' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tasks.platform.n7k' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tests.nxapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tests.nxapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tests.nxapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_nxapi.tests.nxapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.tests.common.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.tests.common.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.tests.common.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.tests.common.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_interfaces.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospf_vrf.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.tests.common.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.tests.common.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.tests.common.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.tests.common.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv2.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.tests.common.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.tests.common.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.tests.common.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.tests.common.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_ospfv3.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.tasks.platform.n7k' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.tasks.platform.n7k' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.tasks.platform.n7k' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.tasks.platform.n7k' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_overlay_global.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_interface.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_pim_rp_address.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tests.common.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tests.common.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tests.common.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.tests.common.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_prefix_lists.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_reboot.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rollback.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.tests.common.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.tests.common.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.tests.common.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.tests.common.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_route_maps.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_rpm.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_smoke.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snapshot.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_community.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_contact.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_host.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_location.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.tests.common.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.tests.common.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.tests.common.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.tests.common.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_server.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_traps.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_snmp_user.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_route.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_static_routes.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tests.cli' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tests.cli' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tests.cli' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tests.cli' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tests.nxapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tests.nxapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tests.nxapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_system.tests.nxapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.tests.common.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.tests.common.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.tests.common.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.tests.common.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_telemetry.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_udld_interface.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_user.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlan.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vlans.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vpc_interface.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_af.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrf_interface.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vrrp.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vsan.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_domain.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_password.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vtp_version.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.tasks.platform.n7k' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.tasks.platform.n7k' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.tasks.platform.n7k' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.tasks.platform.n7k' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_vxlan_vtep_vni.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.tests.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.tests.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.tests.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.tests.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.nxos_zone_zoneset.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.prepare_nxos_tests.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.prepare_nxos_tests.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.prepare_nxos_tests.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.prepare_nxos_tests.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.integration.targets.prepare_nxos_tests.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.integration.targets.prepare_nxos_tests.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.integration.targets.prepare_nxos_tests.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.integration.targets.prepare_nxos_tests.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.compat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.compat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.compat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.compat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.cliconf.mds' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.cliconf.mds' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.cliconf.mds' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.cliconf.mds' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.cliconf.nxos' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.cliconf.nxos' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.cliconf.nxos' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.cliconf.nxos' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_acl' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_acl' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_acl' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_acl' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_acl_interface' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_acl_interface' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_acl_interface' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_acl_interface' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_acl_interfaces' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_acl_interfaces' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_acl_interfaces' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_acl_interfaces' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_bfd_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_bfd_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_bfd_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_bfd_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_bgp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_bgp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_bgp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_bgp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_command' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_command' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_command' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_command' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_devicealias' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_devicealias' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_devicealias' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_devicealias' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_evpn_global' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_evpn_global' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_evpn_global' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_evpn_global' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_feature' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_feature' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_feature' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_feature' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_interface' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_interface' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_interface' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_interface' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_interface_ospf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_interface_ospf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_interface_ospf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_interface_ospf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_l3_interface' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_l3_interface' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_l3_interface' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_l3_interface' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_nxapi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_nxapi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_nxapi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_nxapi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_nxapi.n3k' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_nxapi.n3k' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_nxapi.n3k' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_nxapi.n3k' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_nxapi.n7k' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_nxapi.n7k' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_nxapi.n7k' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_nxapi.n7k' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_pim' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_pim' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_pim' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_pim' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_pim_interface' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_pim_interface' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_pim_interface' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_pim_interface' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_pim_rp_address' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_pim_rp_address' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_pim_rp_address' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_pim_rp_address' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_switchport' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_switchport' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_switchport' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_switchport' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_system' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_system' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_system' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_system' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_system.vrf_only' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_system.vrf_only' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_system.vrf_only' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_system.vrf_only' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_telemetry' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_telemetry' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_telemetry' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_telemetry' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vlan' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vlan' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vlan' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vlan' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vlans' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vlans' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vlans' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vlans' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vpc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vpc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vpc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vpc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vpc_interface' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vpc_interface' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vpc_interface' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vpc_interface' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vrf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vrf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vrf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vrf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vrf_af' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vrf_af' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vrf_af' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vrf_af' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vsan' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vsan' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vsan' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vsan' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vxlan_vtep' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vxlan_vtep' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vxlan_vtep' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vxlan_vtep' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vxlan_vtep_vni' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vxlan_vtep_vni' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vxlan_vtep_vni' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_vxlan_vtep_vni' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_zone_zoneset' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_zone_zoneset' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_zone_zoneset' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.fixtures.nxos_zone_zoneset' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.storage' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.storage' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.storage' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.nxos.tests.unit.modules.network.nxos.storage' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ucs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ucs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ucs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ucs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ucs.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ucs.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ucs.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ucs.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ucs.misc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ucs.misc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ucs.misc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ucs.misc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ucs.playbooks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ucs.playbooks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ucs.playbooks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ucs.playbooks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ucs.playbooks.roles.servers.defaults.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ucs.playbooks.roles.servers.defaults.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ucs.playbooks.roles.servers.defaults.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ucs.playbooks.roles.servers.defaults.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ucs.playbooks.roles.servers.service_profile_templates.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ucs.playbooks.roles.servers.service_profile_templates.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ucs.playbooks.roles.servers.service_profile_templates.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ucs.playbooks.roles.servers.service_profile_templates.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ucs.playbooks.roles.servers.service_profiles.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ucs.playbooks.roles.servers.service_profiles.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ucs.playbooks.roles.servers.service_profiles.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ucs.playbooks.roles.servers.service_profiles.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ucs.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ucs.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ucs.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ucs.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ucs.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ucs.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ucs.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ucs.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ucs.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ucs.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ucs.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ucs.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cisco.ucs.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cisco.ucs.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cisco.ucs.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cisco.ucs.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.plugins.lookup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.plugins.lookup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.plugins.lookup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.plugins.lookup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.plugins.module_utils.turbo' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.plugins.module_utils.turbo' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.plugins.module_utils.turbo' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.plugins.module_utils.turbo' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.plugins.plugin_utils.turbo' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.plugins.plugin_utils.turbo' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.plugins.plugin_utils.turbo' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.plugins.plugin_utils.turbo' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.tests.integration.targets.turbo_fail.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.tests.integration.targets.turbo_fail.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.tests.integration.targets.turbo_fail.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.tests.integration.targets.turbo_fail.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.tests.integration.targets.turbo_lookup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.tests.integration.targets.turbo_lookup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.tests.integration.targets.turbo_lookup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.tests.integration.targets.turbo_lookup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.tests.integration.targets.turbo_mode' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.tests.integration.targets.turbo_mode' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.tests.integration.targets.turbo_mode' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.tests.integration.targets.turbo_mode' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.tests.integration.targets.turbo_mode.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.tests.integration.targets.turbo_mode.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.tests.integration.targets.turbo_mode.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.tests.integration.targets.turbo_mode.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.tests.integration.targets.turbo_mode_parallel_exec' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.tests.integration.targets.turbo_mode_parallel_exec' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.tests.integration.targets.turbo_mode_parallel_exec' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.tests.integration.targets.turbo_mode_parallel_exec' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.tests.unit.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.tests.unit.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.tests.unit.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.tests.unit.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloud.common.tests.unit.plugins.module_utils.turbo' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloud.common.tests.unit.plugins.module_utils.turbo' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloud.common.tests.unit.plugins.module_utils.turbo' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloud.common.tests.unit.plugins.module_utils.turbo' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.plugins.inventory' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.plugins.inventory' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.plugins.inventory' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.plugins.inventory' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.common.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.common.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.common.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.common.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.common.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.common.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.common.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.common.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.custom_image.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.floating_ip' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.floating_ip' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.floating_ip' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.floating_ip' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.floating_ip.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.floating_ip.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.floating_ip.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.floating_ip.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.floating_ip.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.floating_ip.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.floating_ip.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.floating_ip.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.network' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.network' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.network' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.network' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.network.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.network.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.network.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.network.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.network.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.network.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.network.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.network.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.objects_user' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.objects_user' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.objects_user' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.objects_user' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.objects_user.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.objects_user.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.objects_user.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.objects_user.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.objects_user.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.objects_user.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.objects_user.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.objects_user.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server_group.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server_group.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server_group.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server_group.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.server_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.subnet.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.volume' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.volume' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.volume' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.volume' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.volume.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.volume.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.volume.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.volume.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.volume.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.volume.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.volume.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.integration.targets.volume.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.cloudscale_ch.cloud.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.cloudscale_ch.cloud.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.cloudscale_ch.cloud.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.cloudscale_ch.cloud.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.docs.docsite' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.docs.docsite' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.docs.docsite' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.docs.docsite' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.plugins.connection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.plugins.connection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.plugins.connection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.plugins.connection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.scripts.inventory' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.scripts.inventory' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.scripts.inventory' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.scripts.inventory' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_acm' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_acm' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_acm' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_acm' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_acm.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_acm.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_acm.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_acm.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_acm.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_acm.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_acm.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_acm.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_acm.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_acm.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_acm.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_acm.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_api_gateway_domain.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_codebuild.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_codecommit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_codecommit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_codecommit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_codecommit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_codecommit.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_codecommit.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_codecommit.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_codecommit.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_codepipeline.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_config.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_config.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_config.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_config.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_config.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_config.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_config.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_config.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_config.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_config.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_config.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_config.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_config.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_config.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_config.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_config.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_eks_cluster.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_elasticbeanstalk_app.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_glue_connection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_glue_connection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_glue_connection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_glue_connection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_glue_connection.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_glue_connection.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_glue_connection.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_glue_connection.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_glue_job' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_glue_job' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_glue_job' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_glue_job' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_glue_job.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_glue_job.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_glue_job.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_glue_job.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_glue_job.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_glue_job.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_glue_job.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_glue_job.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_inspector_target' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_inspector_target' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_inspector_target' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_inspector_target' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_inspector_target.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_inspector_target.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_inspector_target.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_inspector_target.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_inspector_target.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_inspector_target.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_inspector_target.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_inspector_target.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_kms' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_kms' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_kms' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_kms' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_kms.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_kms.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_kms.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_kms.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_kms.roles.aws_kms.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_kms.roles.aws_kms.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_kms.roles.aws_kms.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_kms.roles.aws_kms.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_kms.roles.aws_kms.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_kms.roles.aws_kms.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_kms.roles.aws_kms.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_kms.roles.aws_kms.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_kms.roles.aws_kms.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_kms.roles.aws_kms.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_kms.roles.aws_kms.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_kms.roles.aws_kms.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_msk_cluster.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_msk_config.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_region_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_region_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_region_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_region_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_region_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_region_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_region_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_region_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_region_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_region_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_region_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_region_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_s3_bucket_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_secret' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_secret' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_secret' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_secret' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_secret.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_secret.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_secret.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_secret.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_secret.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_secret.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_secret.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_secret.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_secret.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_secret.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_secret.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_secret.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_secret.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_secret.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_secret.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_secret.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ses_identity_policy.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ses_rule_set' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ses_rule_set' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ses_rule_set' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ses_rule_set' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ses_rule_set.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ses_rule_set.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ses_rule_set.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ses_rule_set.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ses_rule_set.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ses_rule_set.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ses_rule_set.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ses_rule_set.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ssm_parameter_store' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ssm_parameter_store' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ssm_parameter_store' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ssm_parameter_store' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ssm_parameter_store.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ssm_parameter_store.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ssm_parameter_store.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ssm_parameter_store.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_ssm_parameter_store.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_ssm_parameter_store.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_ssm_parameter_store.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_ssm_parameter_store.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_step_functions_state_machine.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_waf_web_acl' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_waf_web_acl' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_waf_web_acl' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_waf_web_acl' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.aws_waf_web_acl.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.aws_waf_web_acl.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.aws_waf_web_acl.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.aws_waf_web_acl.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudformation_exports_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudformation_stack_set' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudformation_stack_set' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudformation_stack_set' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudformation_stack_set' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudformation_stack_set.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudformation_stack_set.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudformation_stack_set.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudformation_stack_set.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudformation_stack_set.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudformation_stack_set.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudformation_stack_set.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudformation_stack_set.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudfront_distribution.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudfront_reponse_headers_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudfront_reponse_headers_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudfront_reponse_headers_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudfront_reponse_headers_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudfront_reponse_headers_policy.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudfront_reponse_headers_policy.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudfront_reponse_headers_policy.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudfront_reponse_headers_policy.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudfront_reponse_headers_policy.task' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudfront_reponse_headers_policy.task' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudfront_reponse_headers_policy.task' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudfront_reponse_headers_policy.task' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudtrail' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudtrail' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudtrail' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudtrail' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudtrail.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudtrail.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudtrail.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudtrail.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudtrail.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudtrail.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudtrail.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudtrail.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudtrail.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudtrail.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudtrail.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudtrail.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudwatchlogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudwatchlogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudwatchlogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudwatchlogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudwatchlogs.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudwatchlogs.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudwatchlogs.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudwatchlogs.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.cloudwatchlogs.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.cloudwatchlogs.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.cloudwatchlogs.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.cloudwatchlogs.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.connection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.connection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.connection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.connection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_setup.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_teardown' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_teardown' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_teardown' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_teardown' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_teardown.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_teardown.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_teardown.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.connection_aws_ssm.aws_ssm_integration_test_teardown.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.dms_endpoint' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.dms_endpoint' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.dms_endpoint' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.dms_endpoint' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.dms_endpoint.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.dms_endpoint.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.dms_endpoint.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.dms_endpoint.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.dms_endpoint.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.dms_endpoint.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.dms_endpoint.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.dms_endpoint.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.dms_replication_subnet_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.dynamodb_table.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_asg' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_asg' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_asg' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_asg' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_asg.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_asg.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_asg.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_asg.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_asg.roles.ec2_asg.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_asg.roles.ec2_asg.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_asg.roles.ec2_asg.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_asg.roles.ec2_asg.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_asg.roles.ec2_asg.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_asg.roles.ec2_asg.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_asg.roles.ec2_asg.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_asg.roles.ec2_asg.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_instance_refresh.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_asg_scheduled_action.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_eip' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_eip' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_eip' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_eip' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_eip.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_eip.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_eip.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_eip.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_eip.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_eip.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_eip.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_eip.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_eip.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_eip.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_eip.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_eip.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_launch_template.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_lc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_lc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_lc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_lc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_lc.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_metric_alarm.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_placement_group.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_scaling_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_transit_gateway' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_transit_gateway' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_transit_gateway' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_transit_gateway' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_transit_gateway.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_transit_gateway.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_transit_gateway.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_transit_gateway.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_egress_igw' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_egress_igw' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_egress_igw' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_egress_igw' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_egress_igw.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_egress_igw.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_egress_igw.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_egress_igw.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_nacl' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_nacl' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_nacl' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_nacl' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_nacl.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_nacl.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_nacl.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_nacl.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_nacl.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_nacl.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_nacl.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_nacl.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_peer' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_peer' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_peer' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_peer' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_peer.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_peer.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_peer.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_peer.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_peer.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_peer.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_peer.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_peer.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_route_table' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_route_table' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_route_table' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_route_table' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_route_table.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_route_table.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_route_table.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_route_table.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_route_table.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_route_table.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_route_table.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_route_table.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vgw' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vgw' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vgw' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vgw' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vgw.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vgw.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vgw.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vgw.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vpn_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vpn_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vpn_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vpn_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vpn_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vpn_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vpn_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ec2_vpc_vpn_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ecs_cluster.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ecs_ecr.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ecs_tag' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ecs_tag' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ecs_tag' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ecs_tag' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.ecs_tag.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.ecs_tag.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.ecs_tag.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.ecs_tag.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.efs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.efs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.efs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.efs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.efs.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.efs.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.efs.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.efs.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.efs.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.efs.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.efs.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.efs.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elasticache' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elasticache' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elasticache' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elasticache' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elasticache.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elasticache.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elasticache.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elasticache.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elasticache.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elasticache.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elasticache.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elasticache.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elasticache_subnet_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_application_lb.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_classic_lb_info.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_instance' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_instance' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_instance' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_instance' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_instance.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_instance.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_instance.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_instance.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_instance.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_instance.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_instance.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_instance.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_instance.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_instance.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_instance.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_instance.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_instance.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_instance.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_instance.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_instance.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_network_lb.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_target' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_target' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_target' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_target' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_target.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_target.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_target.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_target.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_target.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_target.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_target.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_target.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_target.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_target.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_target.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_target.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_target.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_target.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_target.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_target.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_target_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_target_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_target_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_target_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_target_info.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_target_info.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_target_info.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_target_info.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_target_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_target_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_target_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_target_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.elb_target_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.elb_target_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.elb_target_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.elb_target_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_access_key' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_access_key' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_access_key' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_access_key' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_access_key.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_access_key.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_access_key.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_access_key.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_access_key.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_access_key.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_access_key.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_access_key.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_access_key.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_access_key.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_access_key.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_access_key.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_group.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_group.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_group.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_group.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_group.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_group.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_group.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_group.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_managed_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_managed_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_managed_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_managed_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_managed_policy.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_managed_policy.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_managed_policy.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_managed_policy.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_managed_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_managed_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_managed_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_managed_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_password_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_password_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_password_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_password_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_password_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_password_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_password_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_password_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_policy.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_policy.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_policy.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_policy.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_policy.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_policy.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_policy.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_policy.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_role' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_role' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_role' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_role' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_role.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_role.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_role.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_role.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_role.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_role.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_role.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_role.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_role.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_role.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_role.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_role.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_role.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_role.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_role.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_role.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_saml_federation.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_server_certificate.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_user' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_user' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_user' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_user' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_user.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_user.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_user.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_user.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_user.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_user.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_user.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_user.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.iam_user.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.iam_user.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.iam_user.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.iam_user.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.kinesis_stream.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda_alias' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda_alias' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda_alias' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda_alias' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda_alias.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda_policy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda_policy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda_policy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda_policy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lambda_policy.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.legacy_missing_tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.legacy_missing_tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.legacy_missing_tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.legacy_missing_tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lightsail' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lightsail' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lightsail' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lightsail' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lightsail.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lightsail.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lightsail.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lightsail.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.lightsail.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.lightsail.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.lightsail.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.lightsail.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.prepare_tests.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.prepare_tests.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.prepare_tests.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.prepare_tests.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_cluster' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_cluster' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_cluster' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_cluster' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_cluster.roles.rds_cluster.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_instance' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_instance' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_instance' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_instance' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_instance.roles.rds_instance.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_instance.roles.rds_instance.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_instance.roles.rds_instance.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_instance.roles.rds_instance.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_instance.roles.rds_instance.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_instance.roles.rds_instance.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_instance.roles.rds_instance.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_instance.roles.rds_instance.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_instance.roles.rds_instance.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_instance.roles.rds_instance.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_instance.roles.rds_instance.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_instance.roles.rds_instance.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_instance_snapshot.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_option_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_option_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_option_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_option_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_option_group.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_option_group.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_option_group.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_option_group.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_option_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_option_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_option_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_option_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_param_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_param_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_param_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_param_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_param_group.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_param_group.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_param_group.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_param_group.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_param_group.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_param_group.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_param_group.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_param_group.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_param_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_param_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_param_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_param_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.rds_subnet_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.redshift' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.redshift' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.redshift' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.redshift' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.redshift.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.redshift.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.redshift.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.redshift.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.redshift.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.redshift.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.redshift.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.redshift.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.redshift.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.redshift.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.redshift.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.redshift.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.redshift_subnet_group.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.route53' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.route53' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.route53' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.route53' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.route53.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.route53.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.route53.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.route53.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.route53.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.route53.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.route53.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.route53.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.route53.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.route53.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.route53.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.route53.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.route53_health_check' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.route53_health_check' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.route53_health_check' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.route53_health_check' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.route53_health_check.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.route53_health_check.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.route53_health_check.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.route53_health_check.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.route53_health_check.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.route53_health_check.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.route53_health_check.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.route53_health_check.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.route53_health_check.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.route53_health_check.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.route53_health_check.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.route53_health_check.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.route53_zone' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.route53_zone' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.route53_zone' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.route53_zone' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.route53_zone.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.route53_zone.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.route53_zone.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.route53_zone.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_bucket_notification.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_lifecycle' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_lifecycle' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_lifecycle' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_lifecycle' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_lifecycle.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_lifecycle.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_lifecycle.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_lifecycle.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_lifecycle.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_lifecycle.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_lifecycle.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_lifecycle.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_logging' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_logging' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_logging' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_logging' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_logging.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_logging.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_logging.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_logging.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_logging.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_logging.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_logging.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_logging.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_metrics_configuration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_metrics_configuration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_metrics_configuration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_metrics_configuration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_metrics_configuration.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_metrics_configuration.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_metrics_configuration.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_metrics_configuration.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_metrics_configuration.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_metrics_configuration.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_metrics_configuration.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_metrics_configuration.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_sync' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_sync' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_sync' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_sync' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_sync.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_sync.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_sync.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_sync.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_sync.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_sync.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_sync.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_sync.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_sync.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_sync.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_sync.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_sync.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.s3_sync.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.s3_sync.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.s3_sync.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.s3_sync.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.script_inventory_ec2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.script_inventory_ec2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.script_inventory_ec2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.script_inventory_ec2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.setup_botocore_pip.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.setup_botocore_pip.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.setup_botocore_pip.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.setup_botocore_pip.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.setup_botocore_pip.handlers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.setup_botocore_pip.handlers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.setup_botocore_pip.handlers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.setup_botocore_pip.handlers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.setup_botocore_pip.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.setup_botocore_pip.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.setup_botocore_pip.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.setup_botocore_pip.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.setup_ec2.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.setup_ec2.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.setup_ec2.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.setup_ec2.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.setup_ec2.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.setup_ec2.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.setup_ec2.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.setup_ec2.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.setup_ec2.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.setup_ec2.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.setup_ec2.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.setup_ec2.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.setup_ec2_facts.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.setup_ec2_facts.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.setup_ec2_facts.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.setup_ec2_facts.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.setup_ec2_facts.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.setup_ec2_facts.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.setup_ec2_facts.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.setup_ec2_facts.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.setup_remote_tmp_dir.handlers' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.setup_remote_tmp_dir.handlers' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.setup_remote_tmp_dir.handlers' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.setup_remote_tmp_dir.handlers' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.setup_remote_tmp_dir.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.setup_remote_tmp_dir.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.setup_remote_tmp_dir.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.setup_remote_tmp_dir.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.setup_sshkey.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.setup_sshkey.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.setup_sshkey.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.setup_sshkey.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.setup_sshkey.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.setup_sshkey.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.setup_sshkey.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.setup_sshkey.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sns' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sns' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sns' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sns' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sns.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sns.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sns.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sns.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sns.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sns.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sns.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sns.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sns_topic' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sns_topic' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sns_topic' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sns_topic' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sns_topic.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sns_topic.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sns_topic.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sns_topic.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sns_topic.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sns_topic.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sns_topic.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sns_topic.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sns_topic.files.sns_topic_lambda' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sns_topic.files.sns_topic_lambda' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sns_topic.files.sns_topic_lambda' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sns_topic.files.sns_topic_lambda' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sns_topic.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sns_topic.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sns_topic.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sns_topic.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sns_topic.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sns_topic.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sns_topic.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sns_topic.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sqs_queue' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sqs_queue' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sqs_queue' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sqs_queue' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sqs_queue.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sqs_queue.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sqs_queue.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sqs_queue.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sqs_queue.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sqs_queue.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sqs_queue.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sqs_queue.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.sts_assume_role.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.wafv2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.wafv2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.wafv2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.wafv2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.wafv2.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.wafv2.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.wafv2.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.wafv2.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.wafv2.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.wafv2.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.wafv2.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.wafv2.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.wafv2.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.wafv2.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.wafv2.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.wafv2.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.wafv2_ip_set' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.wafv2_ip_set' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.wafv2_ip_set' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.wafv2_ip_set' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.wafv2_ip_set.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.wafv2_ip_set.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.wafv2_ip_set.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.wafv2_ip_set.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.wafv2_ip_set.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.wafv2_ip_set.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.wafv2_ip_set.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.wafv2_ip_set.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.integration.targets.wafv2_web_acl.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.compat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.compat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.compat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.compat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.connection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.connection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.connection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.connection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.fixtures.certs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.fixtures.certs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.fixtures.certs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.fixtures.certs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.associations_are_not_updated' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.associations_are_not_updated' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.associations_are_not_updated' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.associations_are_not_updated' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.changed_properties' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.changed_properties' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.changed_properties' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.changed_properties' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_does_not_exist' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_does_not_exist' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_does_not_exist' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_does_not_exist' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_exists_by_id' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_exists_by_id' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_exists_by_id' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_exists_by_id' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_exists_by_name' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_exists_by_name' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_exists_by_name' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_exists_by_name' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_status' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_status' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_status' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.connection_status' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.create_and_delete' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.create_and_delete' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.create_and_delete' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_connection.create_and_delete' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.delete_lag_with_connections' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.delete_lag_with_connections' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.delete_lag_with_connections' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.delete_lag_with_connections' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.delete_lag_with_connections_without_force_delete' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.delete_lag_with_connections_without_force_delete' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.delete_lag_with_connections_without_force_delete' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.delete_lag_with_connections_without_force_delete' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.delete_nonexistent_lag' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.delete_nonexistent_lag' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.delete_nonexistent_lag' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.delete_nonexistent_lag' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_changed_true' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_changed_true' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_changed_true' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_changed_true' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_changed_true_no' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_changed_true_no' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_changed_true_no' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_changed_true_no' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_exists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_exists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_exists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_exists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_exists_using_name' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_exists_using_name' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_exists_using_name' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_exists_using_name' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_status' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_status' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_status' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.lag_status' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.nonexistent_lag_does_not_exist' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.nonexistent_lag_does_not_exist' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.nonexistent_lag_does_not_exist' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.nonexistent_lag_does_not_exist' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.nonexistent_lag_status' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.nonexistent_lag_status' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.nonexistent_lag_status' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.nonexistent_lag_status' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.update_lag' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.update_lag' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.update_lag' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_link_aggregation_group.update_lag' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.create_private_vi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.create_private_vi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.create_private_vi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.create_private_vi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.create_public_vi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.create_public_vi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.create_public_vi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.create_public_vi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.delete_vi' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.delete_vi' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.delete_vi' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.delete_vi' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_by_connection_id' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_by_connection_id' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_by_connection_id' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_by_connection_id' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_by_name' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_by_name' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_by_name' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_by_name' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_by_vi_id' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_by_vi_id' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_by_vi_id' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_by_vi_id' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_returns_missing_for_vi_id' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_returns_missing_for_vi_id' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_returns_missing_for_vi_id' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_returns_missing_for_vi_id' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_returns_multiple' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_returns_multiple' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_returns_multiple' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.aws_direct_connect_virtual_interface.find_unique_vi_returns_multiple' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.activate_pipeline' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.activate_pipeline' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.activate_pipeline' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.activate_pipeline' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.activate_without_population' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.activate_without_population' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.activate_without_population' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.activate_without_population' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.check_dp_exists_false' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.check_dp_exists_false' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.check_dp_exists_false' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.check_dp_exists_false' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.check_dp_exists_true' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.check_dp_exists_true' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.check_dp_exists_true' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.check_dp_exists_true' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.check_dp_status' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.check_dp_status' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.check_dp_status' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.check_dp_status' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.create_pipeline' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.create_pipeline' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.create_pipeline' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.create_pipeline' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.create_pipeline_already_exists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.create_pipeline_already_exists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.create_pipeline_already_exists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.create_pipeline_already_exists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.create_pipeline_with_tags' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.create_pipeline_with_tags' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.create_pipeline_with_tags' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.create_pipeline_with_tags' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.deactivate_pipeline' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.deactivate_pipeline' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.deactivate_pipeline' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.deactivate_pipeline' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.define_pipeline' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.define_pipeline' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.define_pipeline' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.define_pipeline' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.delete_nonexistent_pipeline' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.delete_nonexistent_pipeline' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.delete_nonexistent_pipeline' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.delete_nonexistent_pipeline' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.delete_pipeline' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.delete_pipeline' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.delete_pipeline' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.delete_pipeline' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.pipeline_description' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.pipeline_description' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.pipeline_description' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.pipeline_description' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.pipeline_description_nonexistent' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.pipeline_description_nonexistent' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.pipeline_description_nonexistent' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.pipeline_description_nonexistent' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.pipeline_field' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.pipeline_field' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.pipeline_field' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.data_pipeline.pipeline_field' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.add_routes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.add_routes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.add_routes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.add_routes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.add_tags' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.add_tags' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.add_tags' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.add_tags' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.check_for_update_nonmodifiable_attr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.check_for_update_nonmodifiable_attr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.check_for_update_nonmodifiable_attr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.check_for_update_nonmodifiable_attr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.check_for_update_tags' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.check_for_update_tags' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.check_for_update_tags' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.check_for_update_tags' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.create_connection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.create_connection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.create_connection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.create_connection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.create_connection_that_exists' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.create_connection_that_exists' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.create_connection_that_exists' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.create_connection_that_exists' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.delete_connection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.delete_connection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.delete_connection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.delete_connection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.delete_nonexistent_connection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.delete_nonexistent_connection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.delete_nonexistent_connection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.delete_nonexistent_connection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_filters' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_filters' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_filters' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_filters' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_insufficient_filters' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_insufficient_filters' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_insufficient_filters' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_insufficient_filters' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_nonexistent' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_nonexistent' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_nonexistent' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_nonexistent' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_vpc_conn_id' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_vpc_conn_id' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_vpc_conn_id' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.find_connection_vpc_conn_id' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.modify_deleted_connection' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.modify_deleted_connection' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.modify_deleted_connection' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.modify_deleted_connection' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.remove_tags' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.remove_tags' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.remove_tags' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.aws.tests.unit.plugins.modules.placebo_recordings.ec2_vpc_vpn.remove_tags' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_automationaccount' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_automationaccount' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_automationaccount' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_automationaccount' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_automationaccount.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_automationaccount.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_automationaccount.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_automationaccount.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_automationaccount.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_automationaccount.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_automationaccount.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_automationaccount.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_devtestlab' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_devtestlab' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_devtestlab' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_devtestlab' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_devtestlab.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_devtestlab.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_devtestlab.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_devtestlab.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_devtestlab.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_devtestlab.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_devtestlab.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_devtestlab.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mariadbserver' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mariadbserver' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mariadbserver' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mariadbserver' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mariadbserver.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mariadbserver.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mariadbserver.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mariadbserver.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mariadbserver.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mariadbserver.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mariadbserver.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mariadbserver.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mysqlserver' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mysqlserver' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mysqlserver' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mysqlserver' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mysqlserver.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mysqlserver.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mysqlserver.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mysqlserver.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mysqlserver.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mysqlserver.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mysqlserver.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_mysqlserver.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_postgresqlserver' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_postgresqlserver' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_postgresqlserver' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_postgresqlserver' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_postgresqlserver.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_postgresqlserver.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_postgresqlserver.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_postgresqlserver.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_postgresqlserver.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_postgresqlserver.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_postgresqlserver.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_postgresqlserver.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_publicipaddress' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_publicipaddress' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_publicipaddress' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_publicipaddress' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_publicipaddress.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_publicipaddress.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_publicipaddress.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_publicipaddress.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_publicipaddress.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_publicipaddress.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_publicipaddress.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_publicipaddress.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_rediscache' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_rediscache' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_rediscache' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_rediscache' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_rediscache.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_rediscache.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_rediscache.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_rediscache.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_rediscache.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_rediscache.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_rediscache.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_rediscache.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_securitygroup' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_securitygroup' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_securitygroup' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_securitygroup' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_securitygroup.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_securitygroup.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_securitygroup.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_securitygroup.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_securitygroup.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_securitygroup.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_securitygroup.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_securitygroup.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_sqlserver' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_sqlserver' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_sqlserver' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_sqlserver' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_sqlserver.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_sqlserver.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_sqlserver.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_sqlserver.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_sqlserver.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_sqlserver.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_sqlserver.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_sqlserver.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachine' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachine' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachine' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachine' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachine.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachine.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachine.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachine.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachineextension' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachineextension' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachineextension' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachineextension' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachineextension.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachineextension.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachineextension.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachineextension.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachineextension.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachineextension.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachineextension.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachineextension.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachinescaleset' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachinescaleset' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachinescaleset' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachinescaleset' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachinescaleset.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachinescaleset.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachinescaleset.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachinescaleset.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachinescaleset.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachinescaleset.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachinescaleset.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_virtualmachinescaleset.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_webapp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_webapp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_webapp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_webapp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_webapp.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_webapp.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_webapp.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_webapp.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.azure_rm_webapp.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.azure_rm_webapp.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.azure_rm_webapp.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.azure_rm_webapp.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.integration.targets.setup_azure' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.integration.targets.setup_azure' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.integration.targets.setup_azure' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.integration.targets.setup_azure' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.sanity' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.sanity' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.sanity' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.sanity' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.utils.ado' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.utils.ado' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.utils.ado' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.utils.ado' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.azure.tests.utils.shippable' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.azure.tests.utils.shippable' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.azure.tests.utils.shippable' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.azure.tests.utils.shippable' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.plugins.cliconf' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.plugins.cliconf' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.plugins.cliconf' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.plugins.cliconf' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.plugins.terminal' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.plugins.terminal' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.plugins.terminal' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.plugins.terminal' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.tests.unit' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.tests.unit' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.tests.unit' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.tests.unit' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.tests.unit.compat' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.tests.unit.compat' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.tests.unit.compat' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.tests.unit.compat' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.tests.unit.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.tests.unit.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.tests.unit.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.tests.unit.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.tests.unit.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.tests.unit.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.tests.unit.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.tests.unit.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.tests.unit.plugins.modules.ciscosmb' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.tests.unit.plugins.modules.ciscosmb' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.tests.unit.plugins.modules.ciscosmb' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.tests.unit.plugins.modules.ciscosmb' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.ciscosmb.tests.unit.plugins.modules.ciscosmb.fixtures' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.ciscosmb.tests.unit.plugins.modules.ciscosmb.fixtures' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.ciscosmb.tests.unit.plugins.modules.ciscosmb.fixtures' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.ciscosmb.tests.unit.plugins.modules.ciscosmb.fixtures' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.LICENSES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.LICENSES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.LICENSES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.LICENSES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.changelogs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.changelogs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.changelogs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.changelogs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.changelogs.fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.changelogs.fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.changelogs.fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.changelogs.fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.docs.docsite' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.docs.docsite' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.docs.docsite' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.docs.docsite' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.docs.docsite.rst' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.docs.docsite.rst' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.docs.docsite.rst' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.docs.docsite.rst' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.plugins.action' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.plugins.action' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.plugins.action' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.plugins.action' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.plugins.doc_fragments' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.plugins.doc_fragments' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.plugins.doc_fragments' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.plugins.doc_fragments' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.plugins.module_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.plugins.module_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.plugins.module_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.plugins.module_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.plugins.module_utils.acme' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.plugins.module_utils.acme' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.plugins.module_utils.acme' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.plugins.module_utils.acme' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.plugins.module_utils.crypto' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.plugins.module_utils.crypto' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.plugins.module_utils.crypto' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.plugins.module_utils.crypto' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.plugins.module_utils.crypto.module_backends' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.plugins.module_utils.crypto.module_backends' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.plugins.module_utils.crypto.module_backends' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.plugins.module_utils.crypto.module_backends' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.plugins.module_utils.ecs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.plugins.module_utils.ecs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.plugins.module_utils.ecs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.plugins.module_utils.ecs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.plugins.module_utils.openssh' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.plugins.module_utils.openssh' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.plugins.module_utils.openssh' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.plugins.module_utils.openssh' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.plugins.module_utils.openssh.backends' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.plugins.module_utils.openssh.backends' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.plugins.module_utils.openssh.backends' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.plugins.module_utils.openssh.backends' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.plugins.modules' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.plugins.modules' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.plugins.modules' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.plugins.modules' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.plugins.plugin_utils' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.plugins.plugin_utils' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.plugins.plugin_utils' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.plugins.plugin_utils' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.ee' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.ee' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.ee' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.ee' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.ee.roles.crypto_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.ee.roles.crypto_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.ee.roles.crypto_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.ee.roles.crypto_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.ee.roles.luks_device.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.ee.roles.luks_device.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.ee.roles.luks_device.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.ee.roles.luks_device.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.ee.roles.openssh_keypair.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.ee.roles.openssh_keypair.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.ee.roles.openssh_keypair.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.ee.roles.openssh_keypair.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.ee.roles.openssl_pkcs12.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.ee.roles.openssl_pkcs12.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.ee.roles.openssl_pkcs12.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.ee.roles.openssl_pkcs12.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.ee.roles.openssl_privatekey.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.ee.roles.openssl_privatekey.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.ee.roles.openssl_privatekey.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.ee.roles.openssl_privatekey.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.ee.roles.smoke.library' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.ee.roles.smoke.library' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.ee.roles.smoke.library' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.ee.roles.smoke.library' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.ee.roles.smoke.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.ee.roles.smoke.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.ee.roles.smoke.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.ee.roles.smoke.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.ee.roles.x509_certificate.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.ee.roles.x509_certificate.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.ee.roles.x509_certificate.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.ee.roles.x509_certificate.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_account' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_account' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_account' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_account' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_account.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_account.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_account.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_account.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_account.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_account.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_account.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_account.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_account.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_account.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_account.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_account.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_account_info.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_certificate_revoke.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_challenge_cert_helper' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_challenge_cert_helper' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_challenge_cert_helper' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_challenge_cert_helper' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_challenge_cert_helper.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_challenge_cert_helper.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_challenge_cert_helper.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_challenge_cert_helper.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_challenge_cert_helper.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_challenge_cert_helper.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_challenge_cert_helper.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_challenge_cert_helper.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.acme_inspect.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.files.roots' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.files.roots' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.files.roots' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.files.roots' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.certificate_complete_chain.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.crypto_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.crypto_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.crypto_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.crypto_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.crypto_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.crypto_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.crypto_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.crypto_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.crypto_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.crypto_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.crypto_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.crypto_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.ecs_certificate.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.ecs_domain.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.get_certificate' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.get_certificate' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.get_certificate' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.get_certificate' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.get_certificate.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.luks_device' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.luks_device' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.luks_device' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.luks_device' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.luks_device.files' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.luks_device.files' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.luks_device.files' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.luks_device.files' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.luks_device.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.luks_device.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.luks_device.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.luks_device.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.luks_device.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.luks_device.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.luks_device.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.luks_device.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.luks_device.tasks.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.luks_device.tasks.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.luks_device.tasks.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.luks_device.tasks.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssh_cert.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssh_keypair.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_pipe' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_pipe' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_pipe' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_pipe' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_pipe.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_pipe.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_pipe.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_pipe.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_pipe.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_pipe.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_pipe.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_csr_pipe.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_dhparam.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_pkcs12.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.vars' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.vars' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.vars' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey.vars' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_convert' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_convert' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_convert' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_convert' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_convert.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_convert.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_convert.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_convert.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_convert.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_convert.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_convert.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_convert.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_pipe' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_pipe' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_pipe' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_pipe' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_pipe.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_pipe.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_pipe.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_pipe.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_pipe.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_pipe.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_pipe.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_privatekey_pipe.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey_info' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey_info' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey_info' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey_info' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey_info.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey_info.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey_info.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey_info.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey_info.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey_info.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey_info.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_publickey_info.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_signature' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_signature' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_signature' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_signature' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_signature.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_signature.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_signature.meta' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_signature.meta' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.openssl_signature.tasks' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.openssl_signature.tasks' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.openssl_signature.tasks' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.openssl_signature.tasks' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.prepare_http_tests.defaults' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.prepare_http_tests.defaults' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.prepare_http_tests.defaults' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'ansible_collections.community.crypto.tests.integration.targets.prepare_http_tests.defaults' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'ansible_collections.community.crypto.tests.integration.targets.prepare_http_tests.meta' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'ansible_collections.community.crypto.tests.integration.targets.prepare_http_tests.meta' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'ansible_collections.community.crypto.tests.integration.targets.prepare_http