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-p2R 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-generalnso8bl6p/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:9 Tuesday 24 September 2024 14:53:10 -0400 (0:00:00.012) 0:00:00.012 ***** ok: [managed-node1 -> localhost] => { "ansible_facts": { "modules": [ "/usr/lib64/python3.6/codecs.py", "/usr/lib64/python3.6/encodings/cp437.py", "/usr/lib64/python3.6/copy.py", "/usr/lib64/python3.6/selectors.py", "/usr/lib64/python3.6/ast.py", "/usr/lib64/python3.6/encodings/latin_1.py", "/usr/lib64/python3.6/pkgutil.py", "/usr/lib64/python3.6/sysconfig.py", "/usr/lib64/python3.6/encodings/utf_8.py", "/usr/lib64/python3.6/__future__.py", "/usr/lib64/python3.6/stringprep.py", "/usr/lib64/python3.6/site-packages/systemd/journal.py", "/usr/lib64/python3.6/posixpath.py", "/usr/lib64/python3.6/site-packages/systemd/__init__.py", "/usr/lib64/python3.6/bz2.py", "/usr/lib64/python3.6/ssl.py", "/usr/lib64/python3.6/ctypes/_endian.py", "/usr/lib64/python3.6/_weakrefset.py", "/usr/lib64/python3.6/sre_constants.py", "/usr/lib64/python3.6/site.py", "/usr/lib64/python3.6/ctypes/__init__.py", "/usr/lib64/python3.6/zipfile.py", "/usr/lib64/python3.6/contextlib.py", "/usr/lib64/python3.6/token.py", "/usr/lib64/python3.6/_sitebuiltins.py", "/usr/lib64/python3.6/sre_parse.py", "/usr/lib64/python3.6/_compression.py", "/usr/lib64/python3.6/importlib/machinery.py", "/usr/lib64/python3.6/base64.py", "/usr/lib64/python3.6/importlib/abc.py", "/usr/lib64/python3.6/warnings.py", "/usr/lib64/python3.6/bisect.py", "/usr/lib64/python3.6/encodings/aliases.py", "/usr/lib64/python3.6/copyreg.py", "/usr/lib64/python3.6/io.py", "/usr/lib64/python3.6/argparse.py", "/usr/lib64/python3.6/encodings/__init__.py", "/usr/lib64/python3.6/logging/__init__.py", "/usr/lib64/python3.6/stat.py", "/usr/lib64/python3.6/_collections_abc.py", "/usr/lib64/python3.6/struct.py", "/usr/lib64/python3.6/importlib/__init__.py", "/usr/lib64/python3.6/multiprocessing/dummy/__init__.py", "/usr/lib64/python3.6/runpy.py", "/usr/lib64/python3.6/operator.py", "/usr/lib64/python3.6/linecache.py", "/usr/lib64/python3.6/functools.py", "/usr/lib64/python3.6/types.py", "/usr/lib64/python3.6/sre_compile.py", "/usr/lib64/python3.6/uuid.py", "/usr/lib64/python3.6/encodings/idna.py", "/usr/lib64/python3.6/ipaddress.py", "/usr/lib64/python3.6/importlib/util.py", "/usr/lib64/python3.6/string.py" ] }, "changed": false } TASK [Copy modules file to host] *********************************************** task path: /var/ARTIFACTS/work-generalnso8bl6p/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:18 Tuesday 24 September 2024 14:53:10 -0400 (0:00:00.289) 0:00:00.301 ***** changed: [managed-node1] => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "changed": true, "checksum": "47eb7ed06da14d1ab39d19b65433158e6a137029", "dest": "/tmp/modules.txt", "gid": 0, "group": "root", "md5sum": "40cae4fde4938d3b0d07afeea45ee42d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1930, "src": "/root/.ansible/tmp/ansible-tmp-1727203990.688911-19984-188972017984585/source", "state": "file", "uid": 0 } TASK [Get unique list of packages that provide modules in modules.txt] ********* task path: /var/ARTIFACTS/work-generalnso8bl6p/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:26 Tuesday 24 September 2024 14:53:12 -0400 (0:00:01.575) 0:00:01.877 ***** ok: [managed-node1] => { "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.816500", "end": "2024-09-24 14:53:13.499789", "rc": 0, "start": "2024-09-24 14:53:12.683289" } TASK [Copy packages file back to localhost] ************************************ task path: /var/ARTIFACTS/work-generalnso8bl6p/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:43 Tuesday 24 September 2024 14:53:13 -0400 (0:00:01.477) 0:00:03.354 ***** changed: [managed-node1] => { "changed": true, "checksum": "679231d276920c719e8ca94d24ff4a01b29d33b5", "dest": "/var/ARTIFACTS/work-generalnso8bl6p/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/tests_bond_nm-ANSIBLE-2.16-general-SUCCESS.log.packages", "md5sum": "611bb13fa54f2e1034f96262a09902c0", "remote_checksum": "679231d276920c719e8ca94d24ff4a01b29d33b5", "remote_md5sum": null } PLAY RECAP ********************************************************************* managed-node1 : ok=4 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Tuesday 24 September 2024 14:53:14 -0400 (0:00:00.520) 0:00:03.875 ***** =============================================================================== Copy modules file to host ----------------------------------------------- 1.58s /var/ARTIFACTS/work-generalnso8bl6p/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.48s /var/ARTIFACTS/work-generalnso8bl6p/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.52s /var/ARTIFACTS/work-generalnso8bl6p/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:43 Get list of modules ----------------------------------------------------- 0.29s /var/ARTIFACTS/work-generalnso8bl6p/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:9