ansible-playbook [core 2.17.4] 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-QUt executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/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-generalcayyaf1z/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:9 Tuesday 24 September 2024 15:19:14 -0400 (0:00:00.013) 0:00:00.013 ***** ok: [managed-node2 -> localhost] => { "ansible_facts": { "modules": [ "/usr/lib64/python3.9/site-packages/systemd/__init__.py", "/usr/lib64/python3.9/heapq.py", "/usr/lib64/python3.9/ast.py", "/usr/lib64/python3.9/subprocess.py", "/usr/lib64/python3.9/__future__.py", "/usr/lib64/python3.9/copy.py", "/usr/lib64/python3.9/site-packages/systemd/daemon.py", "/usr/lib64/python3.9/platform.py", "/usr/lib64/python3.9/token.py", "/usr/lib64/python3.9/random.py", "/usr/lib64/python3.9/struct.py", "/usr/lib64/python3.9/encodings/aliases.py", "/usr/lib64/python3.9/selectors.py", "/usr/lib64/python3.9/weakref.py", "/usr/lib64/python3.9/abc.py", "/usr/lib64/python3.9/signal.py", "/usr/lib64/python3.9/ctypes/_endian.py", "/usr/lib64/python3.9/encodings/__init__.py", "/usr/lib64/python3.9/json/encoder.py", "/usr/lib64/python3.9/_bootlocale.py", "/usr/lib64/python3.9/site-packages/systemd/journal.py", "/usr/lib64/python3.9/string.py", "/usr/lib64/python3.9/encodings/utf_8.py", "/usr/lib64/python3.9/copyreg.py", "/usr/lib64/python3.9/operator.py", "/usr/lib64/python3.9/site-packages/selinux/__init__.py", "/usr/lib64/python3.9/codecs.py", "/usr/lib64/python3.9/io.py" ] }, "changed": false } TASK [Copy modules file to host] *********************************************** task path: /var/ARTIFACTS/work-generalcayyaf1z/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:18 Tuesday 24 September 2024 15:19:14 -0400 (0:00:00.173) 0:00:00.187 ***** [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. changed: [managed-node2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": true, "checksum": "194f3c7259320dddbc4f2c9e68febd21e82ea245", "dest": "/tmp/modules.txt", "gid": 0, "group": "root", "md5sum": "194035c34ee29ccf6915794ee0aebf08", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1015, "src": "/root/.ansible/tmp/ansible-tmp-1727205554.3718941-11944-196051810802323/.source.txt", "state": "file", "uid": 0 } TASK [Get unique list of packages that provide modules in modules.txt] ********* task path: /var/ARTIFACTS/work-generalcayyaf1z/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:26 Tuesday 24 September 2024 15:19:16 -0400 (0:00:02.285) 0:00:02.473 ***** 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.533252", "end": "2024-09-24 15:19:17.577316", "rc": 0, "start": "2024-09-24 15:19:17.044064" } TASK [Copy packages file back to localhost] ************************************ task path: /var/ARTIFACTS/work-generalcayyaf1z/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:43 Tuesday 24 September 2024 15:19:17 -0400 (0:00:01.171) 0:00:03.645 ***** changed: [managed-node2] => { "changed": true, "checksum": "284a5aca4e8253a5d3cc6c244333d4e073a04241", "dest": "/var/ARTIFACTS/work-generalcayyaf1z/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/tests_release-ANSIBLE-2.17-general-SUCCESS.log.packages", "md5sum": "389d7bfd64216e2f0fdfb1049985c914", "remote_checksum": "284a5aca4e8253a5d3cc6c244333d4e073a04241", "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 15:19:18 -0400 (0:00:00.601) 0:00:04.246 ***** =============================================================================== Copy modules file to host ----------------------------------------------- 2.29s /var/ARTIFACTS/work-generalcayyaf1z/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.17s /var/ARTIFACTS/work-generalcayyaf1z/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.60s /var/ARTIFACTS/work-generalcayyaf1z/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:43 Get list of modules ----------------------------------------------------- 0.17s /var/ARTIFACTS/work-generalcayyaf1z/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:9