ansible-playbook [core 2.16.11] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-yZi executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: process_python_modules_packages.yml ********************************** 1 plays in process_python_modules_packages.yml PLAY [Get python modules from log file and create packages file] *************** TASK [Get list of modules] ***************************************************** task path: /var/ARTIFACTS/work-generalstn5tyjk/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:9 Tuesday 24 September 2024 14:34:27 -0400 (0:00:00.024) 0:00:00.024 ***** ok: [managed-node2 -> localhost] => { "ansible_facts": { "modules": [ "/usr/lib64/python3.6/heapq.py", "/usr/lib64/python3.6/fnmatch.py", "/usr/lib64/python3.6/stat.py", "/usr/lib64/python3.6/encodings/cp437.py", "/usr/lib64/python3.6/argparse.py", "/usr/lib64/python3.6/reprlib.py", "/usr/lib64/python3.6/copyreg.py", "/usr/lib64/python3.6/re.py", "/usr/lib64/python3.6/__future__.py", "/usr/lib64/python3.6/os.py", "/usr/lib64/python3.6/json/__init__.py", "/usr/lib64/python3.6/ctypes/__init__.py", "/usr/lib64/python3.6/json/encoder.py", "/usr/local/lib/python3.6/site-packages/typing_extensions.py", "/usr/lib64/python3.6/site-packages/selinux/__init__.py", "/usr/lib64/python3.6/typing.py", "/usr/lib64/python3.6/runpy.py", "/usr/lib64/python3.6/bisect.py", "/usr/lib64/python3.6/pkgutil.py", "/usr/lib64/python3.6/types.py", "/usr/lib64/python3.6/_collections_abc.py", "/usr/lib64/python3.6/base64.py", "/usr/lib64/python3.6/traceback.py", "/usr/lib64/python3.6/token.py", "/usr/lib64/python3.6/warnings.py", "/usr/lib64/python3.6/glob.py", "/usr/lib64/python3.6/sysconfig.py", "/usr/lib64/python3.6/operator.py", "/usr/lib64/python3.6/sre_parse.py", "/usr/lib64/python3.6/weakref.py", "/usr/lib64/python3.6/_bootlocale.py", "/usr/lib64/python3.6/json/decoder.py", "/usr/lib64/python3.6/multiprocessing/dummy/connection.py", "/usr/lib64/python3.6/posixpath.py", "/usr/lib64/python3.6/collections/abc.py", "/usr/lib64/python3.6/hashlib.py", "/usr/lib64/python3.6/ast.py", "/usr/lib64/python3.6/sre_compile.py", "/usr/lib64/python3.6/_sitebuiltins.py", "/usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py", "/usr/lib64/python3.6/functools.py", "/usr/lib64/python3.6/enum.py", "/usr/lib64/python3.6/struct.py", "/usr/lib64/python3.6/multiprocessing/dummy/__init__.py", "/usr/lib64/python3.6/contextlib.py", "/usr/lib64/python3.6/site-packages/systemd/__init__.py", "/usr/lib64/python3.6/collections/__init__.py", "/usr/lib64/python3.6/keyword.py" ] }, "changed": false } TASK [Copy modules file to host] *********************************************** task path: /var/ARTIFACTS/work-generalstn5tyjk/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:18 Tuesday 24 September 2024 14:34:27 -0400 (0:00:00.281) 0:00:00.305 ***** changed: [managed-node2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "changed": true, "checksum": "91ce22c68ac316ee2380f798cdc1e546336733a3", "dest": "/tmp/modules.txt", "gid": 0, "group": "root", "md5sum": "12f741f560dfc9176493e117fa255f8f", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1750, "src": "/root/.ansible/tmp/ansible-tmp-1727202868.0476298-17778-122829970679962/source", "state": "file", "uid": 0 } TASK [Get unique list of packages that provide modules in modules.txt] ********* task path: /var/ARTIFACTS/work-generalstn5tyjk/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:26 Tuesday 24 September 2024 14:34:29 -0400 (0:00:02.045) 0:00:02.351 ***** ok: [managed-node2] => { "changed": false, "cmd": "declare -A packages\nwhile read -r file; do\n if [ -z \"$file\" ]; then\n continue # probably extra trailing newline\n elif pkg=\"$(rpm -qf \"$file\" --queryformat '%{name}-%{version}-%{release}\\n')\"; then\n packages[\"$pkg\"]=\"$pkg\"\n else\n echo \"ERROR: file $file does not belong to any package\"\n fi\ndone < /tmp/modules.txt\nfor pkg in \"${packages[@]}\"; do\n echo \"$pkg\"\ndone | sort > /tmp/packages.txt\n", "delta": "0:00:00.934361", "end": "2024-09-24 14:34:31.661139", "rc": 0, "start": "2024-09-24 14:34:30.726778" } STDOUT: ERROR: file /usr/local/lib/python3.6/site-packages/typing_extensions.py does not belong to any package TASK [Copy packages file back to localhost] ************************************ task path: /var/ARTIFACTS/work-generalstn5tyjk/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:43 Tuesday 24 September 2024 14:34:31 -0400 (0:00:01.841) 0:00:04.192 ***** changed: [managed-node2] => { "changed": true, "checksum": "a10a2ee60e06236bfe4e5619ec9d9c0923babbfe", "dest": "/var/ARTIFACTS/work-generalstn5tyjk/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/tests_verify_into_elasticsearch-ANSIBLE-2.16-general-SUCCESS.log.packages", "md5sum": "e1f324ac05e364b577b1ae7cf69010f5", "remote_checksum": "a10a2ee60e06236bfe4e5619ec9d9c0923babbfe", "remote_md5sum": null } PLAY RECAP ********************************************************************* managed-node2 : ok=4 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Tuesday 24 September 2024 14:34:32 -0400 (0:00:00.755) 0:00:04.947 ***** =============================================================================== Copy modules file to host ----------------------------------------------- 2.05s /var/ARTIFACTS/work-generalstn5tyjk/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:18 Get unique list of packages that provide modules in modules.txt --------- 1.84s /var/ARTIFACTS/work-generalstn5tyjk/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:26 Copy packages file back to localhost ------------------------------------ 0.76s /var/ARTIFACTS/work-generalstn5tyjk/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:43 Get list of modules ----------------------------------------------------- 0.28s /var/ARTIFACTS/work-generalstn5tyjk/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:9