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:28 -0400 (0:00:00.011) 0:00:00.011 ***** ok: [managed-node3 -> localhost] => { "ansible_facts": { "modules": [ "/usr/lib64/python3.6/encodings/idna.py", "/usr/lib64/python3.6/stringprep.py", "/usr/lib64/python3.6/_bootlocale.py", "/usr/lib64/python3.6/multiprocessing/dummy/__init__.py", "/usr/lib64/python3.6/site.py", "/usr/lib64/python3.6/importlib/util.py", "/usr/lib64/python3.6/textwrap.py", "/usr/lib64/python3.6/collections/abc.py", "/usr/lib64/python3.6/importlib/abc.py", "/usr/lib64/python3.6/gettext.py", "/usr/lib64/python3.6/_collections_abc.py", "/usr/lib64/python3.6/ipaddress.py", "/usr/lib64/python3.6/genericpath.py", "/usr/lib64/python3.6/stat.py", "/usr/lib64/python3.6/base64.py", "/usr/lib64/python3.6/os.py", "/usr/lib64/python3.6/__future__.py", "/usr/lib64/python3.6/posixpath.py", "/usr/lib64/python3.6/argparse.py", "/usr/local/lib/python3.6/site-packages/typing_extensions.py", "/usr/lib64/python3.6/ssl.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:28 -0400 (0:00:00.117) 0:00:00.128 ***** changed: [managed-node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "changed": true, "checksum": "489c8b47c10ce15ea7bf19858bd00dd19b3a5d7d", "dest": "/tmp/modules.txt", "gid": 0, "group": "root", "md5sum": "dc2ef784583d4b71c96e13c7d8e376b6", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1727202868.3175726-17789-223305242461538/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:30 -0400 (0:00:01.944) 0:00:02.073 ***** ok: [managed-node3] => { "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.377143", "end": "2024-09-24 14:34:31.299984", "rc": 0, "start": "2024-09-24 14:34:30.922841" } 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.263) 0:00:03.337 ***** changed: [managed-node3] => { "changed": true, "checksum": "4802d1405704568e9378c40937bc566a5afca51e", "dest": "/var/ARTIFACTS/work-generalstn5tyjk/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/tests_verify_mssql-ANSIBLE-2.16-general-SUCCESS.log.packages", "md5sum": "a868a9960a2acecfe45f7d4230f68f95", "remote_checksum": "4802d1405704568e9378c40937bc566a5afca51e", "remote_md5sum": null } PLAY RECAP ********************************************************************* managed-node3 : 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.846) 0:00:04.184 ***** =============================================================================== Copy modules file to host ----------------------------------------------- 1.94s /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.26s /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.85s /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.12s /var/ARTIFACTS/work-generalstn5tyjk/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:9