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:58:59 -0400 (0:00:00.008) 0:00:00.008 ***** ok: [managed-node2 -> localhost] => { "ansible_facts": { "modules": [ "/usr/lib64/python3.6/uuid.py", "/usr/lib64/python3.6/collections/__init__.py", "/usr/lib64/python3.6/multiprocessing/util.py", "/usr/lib64/python3.6/sre_constants.py", "/usr/lib64/python3.6/random.py", "/usr/lib64/python3.6/multiprocessing/dummy/__init__.py", "/usr/lib64/python3.6/struct.py", "/usr/lib64/python3.6/ssl.py", "/usr/lib64/python3.6/_collections_abc.py", "/usr/lib64/python3.6/stat.py", "/usr/lib64/python3.6/typing.py", "/usr/lib64/python3.6/glob.py", "/usr/lib64/python3.6/locale.py", "/usr/lib64/python3.6/ipaddress.py", "/usr/lib64/python3.6/importlib/__init__.py", "/usr/lib64/python3.6/ctypes/__init__.py", "/usr/lib64/python3.6/configparser.py", "/usr/lib64/python3.6/posixpath.py", "/usr/lib64/python3.6/ctypes/_endian.py", "/usr/lib64/python3.6/json/encoder.py", "/usr/lib64/python3.6/sre_parse.py", "/usr/lib64/python3.6/os.py", "/usr/lib64/python3.6/io.py", "/usr/lib64/python3.6/keyword.py", "/usr/lib64/python3.6/__future__.py", "/usr/lib64/python3.6/base64.py", "/usr/lib64/python3.6/copyreg.py", "/usr/lib64/python3.6/zipfile.py", "/usr/lib64/python3.6/encodings/cp437.py", "/usr/lib64/python3.6/_weakrefset.py", "/usr/lib64/python3.6/stringprep.py", "/usr/lib64/python3.6/importlib/machinery.py", "/usr/lib64/python3.6/multiprocessing/pool.py", "/usr/lib64/python3.6/importlib/util.py", "/usr/lib64/python3.6/getpass.py", "/usr/lib64/python3.6/lzma.py", "/usr/lib64/python3.6/queue.py", "/usr/lib64/python3.6/tempfile.py", "/usr/lib64/python3.6/site.py", "/usr/lib64/python3.6/platform.py", "/usr/lib64/python3.6/hashlib.py", "/usr/lib64/python3.6/signal.py", "/usr/lib64/python3.6/encodings/idna.py", "/usr/lib64/python3.6/abc.py", "/usr/lib64/python3.6/sysconfig.py", "/usr/lib64/python3.6/subprocess.py", "/usr/lib64/python3.6/_bootlocale.py", "/usr/lib64/python3.6/argparse.py", "/usr/lib64/python3.6/copy.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:58:59 -0400 (0:00:00.165) 0:00:00.173 ***** changed: [managed-node2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "changed": true, "checksum": "8a2b3aaf28e45f47b104993b2bbfd2a3a104c71d", "dest": "/tmp/modules.txt", "gid": 0, "group": "root", "md5sum": "cd08cca94c25c868ea3e223fbb6b2daf", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1699, "src": "/root/.ansible/tmp/ansible-tmp-1727204339.3957293-40313-242985351868829/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:59:00 -0400 (0:00:01.026) 0:00:01.200 ***** 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.577362", "end": "2024-09-24 14:59:01.447601", "rc": 0, "start": "2024-09-24 14:59:00.870239" } 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:59:01 -0400 (0:00:01.122) 0:00:02.322 ***** changed: [managed-node2] => { "changed": true, "checksum": "4802d1405704568e9378c40937bc566a5afca51e", "dest": "/var/ARTIFACTS/work-generalnso8bl6p/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/tests_ethtool_ring_initscripts-ANSIBLE-2.16-general-SUCCESS.log.packages", "md5sum": "a868a9960a2acecfe45f7d4230f68f95", "remote_checksum": "4802d1405704568e9378c40937bc566a5afca51e", "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:59:01 -0400 (0:00:00.401) 0:00:02.724 ***** =============================================================================== Get unique list of packages that provide modules in modules.txt --------- 1.12s /var/ARTIFACTS/work-generalnso8bl6p/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:26 Copy modules file to host ----------------------------------------------- 1.03s /var/ARTIFACTS/work-generalnso8bl6p/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:18 Copy packages file back to localhost ------------------------------------ 0.40s /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.17s /var/ARTIFACTS/work-generalnso8bl6p/plans/general/discover/Run-test-playbooks-from-control_node/tests/tests/general/process_python_modules_packages.yml:9