ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_unit.yml ******************************************************* 2 plays in /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml PLAY [Setup for test running] ************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:3 Saturday 28 February 2026 08:04:41 -0500 (0:00:00.116) 0:00:00.116 ***** ok: [managed-node2] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:6 Saturday 28 February 2026 08:04:43 -0500 (0:00:01.872) 0:00:01.989 ***** included: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node2 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 28 February 2026 08:04:43 -0500 (0:00:00.150) 0:00:02.140 ***** ok: [managed-node2] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 28 February 2026 08:04:44 -0500 (0:00:00.912) 0:00:03.053 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 28 February 2026 08:04:45 -0500 (0:00:01.160) 0:00:04.214 ***** ok: [managed-node2] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 28 February 2026 08:04:45 -0500 (0:00:00.071) 0:00:04.285 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install dependencies] **************************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:9 Saturday 28 February 2026 08:04:45 -0500 (0:00:00.060) 0:00:04.346 ***** ok: [managed-node2] => (item=NetworkManager-libnm) => { "ansible_loop_var": "item", "changed": false, "item": "NetworkManager-libnm", "rc": 0, "results": [ "1:NetworkManager-libnm-1.18.8-2.el7_9.x86_64 providing NetworkManager-libnm is already installed" ] } failed: [managed-node2] (item=python2-gobject-base) => { "ansible_loop_var": "item", "changed": false, "item": "python2-gobject-base", "rc": 126, "results": [ "No package matching 'python2-gobject-base' found available, installed or updated" ] } MSG: No package matching 'python2-gobject-base' found available, installed or updated failed: [managed-node2] (item=python3-gobject-base) => { "ansible_loop_var": "item", "changed": false, "item": "python3-gobject-base", "rc": 126, "results": [ "No package matching 'python3-gobject-base' found available, installed or updated" ] } MSG: No package matching 'python3-gobject-base' found available, installed or updated ok: [managed-node2] => (item=python-gobject-base) => { "ansible_loop_var": "item", "changed": false, "item": "python-gobject-base", "rc": 0, "results": [ "python-gobject-base-3.22.0-1.el7_4.1.x86_64 providing python-gobject-base is already installed" ] } failed: [managed-node2] (item=python2-mock) => { "ansible_loop_var": "item", "changed": false, "item": "python2-mock", "rc": 126, "results": [ "No package matching 'python2-mock' found available, installed or updated" ] } MSG: No package matching 'python2-mock' found available, installed or updated ...ignoring META: ran handlers META: ran handlers PLAY [Execute python unit tests] *********************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:23 Saturday 28 February 2026 08:04:51 -0500 (0:00:06.321) 0:00:10.668 ***** ok: [managed-node2] META: ran handlers TASK [Create tempdir for code to test] ***************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:28 Saturday 28 February 2026 08:04:53 -0500 (0:00:01.097) 0:00:11.766 ***** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_7Mh0Eu", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Get tempfile for tar] **************************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:34 Saturday 28 February 2026 08:04:54 -0500 (0:00:01.021) 0:00:12.788 ***** changed: [managed-node2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_SfTXeA.tar", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Include the task 'get_modules_and_utils_paths.yml'] ********************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:41 Saturday 28 February 2026 08:04:54 -0500 (0:00:00.866) 0:00:13.654 ***** included: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml for managed-node2 TASK [Set collection paths] **************************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:3 Saturday 28 February 2026 08:04:55 -0500 (0:00:00.178) 0:00:13.833 ***** ok: [managed-node2] => { "ansible_facts": { "collection_paths": [ "/tmp/collections-Y7Q", "/tmp/collections-Y7Q" ] }, "changed": false } TASK [Set search paths] ******************************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:13 Saturday 28 February 2026 08:04:55 -0500 (0:00:00.251) 0:00:14.084 ***** ok: [managed-node2] => { "ansible_facts": { "module_utils_search_path": [ "../../module_utils", "../module_utils", "/root/.ansible/plugins/module_utils", "/usr/share/ansible/plugins/module_utils" ], "modules_search_path": [ "../../library", "../library", "/root/.ansible/plugins/modules", "/usr/share/ansible/plugins/modules" ] }, "changed": false } TASK [Find parent directory and path of modules] ******************************* task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:42 Saturday 28 February 2026 08:04:55 -0500 (0:00:00.279) 0:00:14.364 ***** ok: [managed-node2 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules; do\n if [ -f \"$dir/network_connections.py\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/collections-Y7Q /tmp/collections-Y7Q; do\n if [ ! -d \"$dir\" ]; then continue; fi\n cd \"$dir\"\n for subdir in ansible_collections/*/*/plugins/modules; do\n if [ -f \"$subdir/network_connections.py\" ]; then\n echo \"$dir\"\n echo \"$subdir\"\n exit 0\n fi\n done\ndone\necho network_connections.py not found\nexit 1\n", "delta": "0:00:00.030058", "end": "2026-02-28 08:04:56.787869", "rc": 0, "start": "2026-02-28 08:04:56.757811" } STDOUT: /tmp/collections-Y7Q ansible_collections/fedora/linux_system_roles/plugins/modules STDERR: + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f ../../library/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f ../library/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f /root/.ansible/plugins/modules/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f /usr/share/ansible/plugins/modules/network_connections.py ']' + for dir in /tmp/collections-Y7Q /tmp/collections-Y7Q + '[' '!' -d /tmp/collections-Y7Q ']' + cd /tmp/collections-Y7Q + for subdir in 'ansible_collections/*/*/plugins/modules' + '[' -f ansible_collections/ansible/posix/plugins/modules/network_connections.py ']' + for subdir in 'ansible_collections/*/*/plugins/modules' + '[' -f ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ']' + echo /tmp/collections-Y7Q + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [Find parent directory and path of module_utils] ************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:71 Saturday 28 February 2026 08:04:56 -0500 (0:00:01.348) 0:00:15.712 ***** ok: [managed-node2 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils; do\n if [ -d \"$dir/network_lsr\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/collections-Y7Q /tmp/collections-Y7Q; do\n if [ ! -d \"$dir\" ]; then continue; fi\n cd \"$dir\"\n for subdir in ansible_collections/*/*/plugins/module_utils; do\n if [ -d \"$subdir/network_lsr\" ]; then\n echo \"$dir\"\n echo \"$subdir\"\n exit 0\n fi\n done\ndone\necho network_lsr not found\nexit 1\n", "delta": "0:00:00.035265", "end": "2026-02-28 08:04:58.045355", "rc": 0, "start": "2026-02-28 08:04:58.010090" } STDOUT: /tmp/collections-Y7Q ansible_collections/fedora/linux_system_roles/plugins/module_utils STDERR: + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d ../../module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d ../module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d /root/.ansible/plugins/module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d /usr/share/ansible/plugins/module_utils/network_lsr ']' + for dir in /tmp/collections-Y7Q /tmp/collections-Y7Q + '[' '!' -d /tmp/collections-Y7Q ']' + cd /tmp/collections-Y7Q + for subdir in 'ansible_collections/*/*/plugins/module_utils' + '[' -d ansible_collections/ansible/posix/plugins/module_utils/network_lsr ']' + for subdir in 'ansible_collections/*/*/plugins/module_utils' + '[' -d ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr ']' + echo /tmp/collections-Y7Q + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [Create Tar file] ********************************************************* task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:48 Saturday 28 February 2026 08:04:58 -0500 (0:00:01.350) 0:00:17.062 ***** [WARNING]: Consider using the unarchive module rather than running 'tar'. If you need to use command because unarchive is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed-node2 -> localhost] => { "changed": false, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_SfTXeA.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/collections-Y7Q", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/tmp/collections-Y7Q", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.039034", "end": "2026-02-28 08:04:59.300677", "rc": 0, "start": "2026-02-28 08:04:59.261643" } STDOUT: ansible_collections/fedora/linux_system_roles/plugins/modules/ ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ansible_collections/fedora/linux_system_roles/plugins/modules/__init__.py ansible_collections/fedora/linux_system_roles/plugins/modules/network_state.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/ethtool.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/utils.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/argument_validator.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/client.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/provider.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/connection.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/active_connection.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/__init__.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/error.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/myerror.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm_provider.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/__init__.py TASK [Copy testrepo.tar to the remote system] ********************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:60 Saturday 28 February 2026 08:04:59 -0500 (0:00:01.022) 0:00:18.085 ***** changed: [managed-node2] => { "changed": true, "checksum": "6b324c63d4f2202f1bb5b4610e67cb85d618dccd", "dest": "/tmp/lsrtest_7Mh0Eu/lsrtest_SfTXeA.tar", "gid": 0, "group": "root", "md5sum": "d070d53c369f0857eaa1a54609b1ceb5", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 276480, "src": "/root/.ansible/tmp/ansible-tmp-1772283899.44-22098-244712931622264/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:66 Saturday 28 February 2026 08:05:01 -0500 (0:00:01.787) 0:00:19.872 ***** changed: [managed-node2] => { "changed": true, "dest": "/tmp/lsrtest_7Mh0Eu", "extract_results": { "cmd": [ "/usr/bin/gtar", "--extract", "-C", "/tmp/lsrtest_7Mh0Eu", "-f", "/tmp/lsrtest_7Mh0Eu/lsrtest_SfTXeA.tar" ], "err": "", "out": "", "rc": 0 }, "gid": 0, "group": "root", "handler": "TarArchive", "mode": "0700", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "src": "/tmp/lsrtest_7Mh0Eu/lsrtest_SfTXeA.tar", "state": "directory", "uid": 0 } TASK [Create subdirectory '/ansible/module_utils' under '/tmp/lsrtest_7Mh0Eu'] *** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:72 Saturday 28 February 2026 08:05:02 -0500 (0:00:01.790) 0:00:21.663 ***** changed: [managed-node2] => (item=/tmp/lsrtest_7Mh0Eu/ansible) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsrtest_7Mh0Eu/ansible", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_7Mh0Eu/ansible", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsrtest_7Mh0Eu/ansible/module_utils) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsrtest_7Mh0Eu/ansible/module_utils", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_7Mh0Eu/ansible/module_utils", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Move module_utils to ansible directory] ********************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:81 Saturday 28 February 2026 08:05:05 -0500 (0:00:02.316) 0:00:23.979 ***** ok: [managed-node2] => { "changed": false, "cmd": "if [ -d /tmp/lsrtest_7Mh0Eu/module_utils ]; then\n mv /tmp/lsrtest_7Mh0Eu/module_utils /tmp/lsrtest_7Mh0Eu/ansible\nfi\n", "delta": "0:00:00.003220", "end": "2026-02-28 08:05:05.954615", "rc": 0, "start": "2026-02-28 08:05:05.951395" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:88 Saturday 28 February 2026 08:05:06 -0500 (0:00:00.838) 0:00:24.818 ***** ok: [managed-node2] => { "changed": false, "cmd": "for dir in $(find /tmp/lsrtest_7Mh0Eu -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.010899", "end": "2026-02-28 08:05:06.685470", "rc": 0, "start": "2026-02-28 08:05:06.674571" } TASK [Copy unit test to remote system] ***************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:97 Saturday 28 February 2026 08:05:06 -0500 (0:00:00.716) 0:00:25.534 ***** changed: [managed-node2] => { "changed": true, "checksum": "cfb88c714a88ed32c74a0f1cde50070b4284d8d8", "dest": "/tmp/lsrtest_7Mh0Eu/test_network_connections.py", "gid": 0, "group": "root", "md5sum": "9ad79f0d1da2c912af9bd15333f604f9", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 211121, "src": "/root/.ansible/tmp/ansible-tmp-1772283906.86-22655-20168131147339/source", "state": "file", "uid": 0 } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:103 Saturday 28 February 2026 08:05:08 -0500 (0:00:01.744) 0:00:27.279 ***** ok: [managed-node2] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_7Mh0Eu/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_7Mh0Eu/ansible/ansible_collections/fedora/linux_system_roles/plugins/module_utils:/tmp/lsrtest_7Mh0Eu/ansible_collections/fedora/linux_system_roles/plugins/module_utils:/tmp/lsrtest_7Mh0Eu" }, "changed": false } TASK [List the files in /tmp/lsrtest_7Mh0Eu] *********************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:107 Saturday 28 February 2026 08:05:08 -0500 (0:00:00.105) 0:00:27.384 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_7Mh0Eu" ], "delta": "0:00:00.005054", "end": "2026-02-28 08:05:09.281782", "rc": 0, "start": "2026-02-28 08:05:09.276728" } STDOUT: /tmp/lsrtest_7Mh0Eu: total 496 -rw-------. 1 root root 276480 Feb 28 08:05 lsrtest_SfTXeA.tar -rw-r--r--. 1 root root 0 Feb 28 08:05 __init__.py drwxr-xr-x. 3 root root 4096 Feb 28 08:05 ansible/ drwxr-xr-x. 3 root root 4096 Feb 28 08:05 ansible_collections/ -rw-r--r--. 1 root root 211121 Feb 28 08:05 test_network_connections.py drwx------. 4 root root 4096 Feb 28 08:05 ./ drwxrwxrwt. 10 root root 4096 Feb 28 08:05 ../ /tmp/lsrtest_7Mh0Eu/ansible: total 12 -rw-r--r--. 1 root root 0 Feb 28 08:05 __init__.py drwxr-xr-x. 3 root root 4096 Feb 28 08:05 ./ drwxr-xr-x. 2 root root 4096 Feb 28 08:05 module_utils/ drwx------. 4 root root 4096 Feb 28 08:05 ../ /tmp/lsrtest_7Mh0Eu/ansible/module_utils: total 8 drwxr-xr-x. 3 root root 4096 Feb 28 08:05 ../ -rw-r--r--. 1 root root 0 Feb 28 08:05 __init__.py drwxr-xr-x. 2 root root 4096 Feb 28 08:05 ./ /tmp/lsrtest_7Mh0Eu/ansible_collections: total 12 -rw-r--r--. 1 root root 0 Feb 28 08:05 __init__.py drwxr-xr-x. 3 root root 4096 Feb 28 08:05 fedora/ drwxr-xr-x. 3 root root 4096 Feb 28 08:05 ./ drwx------. 4 root root 4096 Feb 28 08:05 ../ /tmp/lsrtest_7Mh0Eu/ansible_collections/fedora: total 12 -rw-r--r--. 1 root root 0 Feb 28 08:05 __init__.py drwxr-xr-x. 3 root root 4096 Feb 28 08:05 ../ drwxr-xr-x. 3 root root 4096 Feb 28 08:05 ./ drwxr-xr-x. 3 root root 4096 Feb 28 08:05 linux_system_roles/ /tmp/lsrtest_7Mh0Eu/ansible_collections/fedora/linux_system_roles: total 12 drwxr-xr-x. 3 root root 4096 Feb 28 08:05 ../ -rw-r--r--. 1 root root 0 Feb 28 08:05 __init__.py drwxr-xr-x. 3 root root 4096 Feb 28 08:05 ./ drwxr-xr-x. 4 root root 4096 Feb 28 08:05 plugins/ /tmp/lsrtest_7Mh0Eu/ansible_collections/fedora/linux_system_roles/plugins: total 16 drwxr-xr-x. 2 root root 4096 Feb 28 07:54 modules/ drwxr-xr-x. 3 root root 4096 Feb 28 08:05 ../ -rw-r--r--. 1 root root 0 Feb 28 08:05 __init__.py drwxr-xr-x. 4 root root 4096 Feb 28 08:05 ./ drwxr-xr-x. 3 root root 4096 Feb 28 08:05 module_utils/ /tmp/lsrtest_7Mh0Eu/ansible_collections/fedora/linux_system_roles/plugins/modules: total 120 -rw-r--r--. 1 root root 2736 Feb 28 07:54 network_state.py -rw-r--r--. 1 root root 0 Feb 28 07:54 __init__.py drwxr-xr-x. 2 root root 4096 Feb 28 07:54 ./ -rw-r--r--. 1 root root 109354 Feb 28 07:54 network_connections.py drwxr-xr-x. 4 root root 4096 Feb 28 08:05 ../ /tmp/lsrtest_7Mh0Eu/ansible_collections/fedora/linux_system_roles/plugins/module_utils: total 12 drwxr-xr-x. 3 root root 4096 Feb 28 07:54 network_lsr/ drwxr-xr-x. 4 root root 4096 Feb 28 08:05 ../ -rw-r--r--. 1 root root 0 Feb 28 08:05 __init__.py drwxr-xr-x. 3 root root 4096 Feb 28 08:05 ./ /tmp/lsrtest_7Mh0Eu/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr: total 148 drwxr-xr-x. 2 root root 4096 Feb 28 07:54 nm/ -rw-r--r--. 1 root root 190 Feb 28 07:54 myerror.py -rw-r--r--. 1 root root 0 Feb 28 07:54 __init__.py -rw-r--r--. 1 root root 1839 Feb 28 07:54 ethtool.py drwxr-xr-x. 3 root root 4096 Feb 28 07:54 ./ -rw-r--r--. 1 root root 11433 Feb 28 07:54 utils.py -rw-r--r--. 1 root root 1638 Feb 28 07:54 nm_provider.py -rw-r--r--. 1 root root 112024 Feb 28 07:54 argument_validator.py drwxr-xr-x. 3 root root 4096 Feb 28 08:05 ../ /tmp/lsrtest_7Mh0Eu/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm: total 32 -rw-r--r--. 1 root root 0 Feb 28 07:54 __init__.py -rw-r--r--. 1 root root 175 Feb 28 07:54 error.py drwxr-xr-x. 3 root root 4096 Feb 28 07:54 ../ drwxr-xr-x. 2 root root 4096 Feb 28 07:54 ./ -rw-r--r--. 1 root root 3292 Feb 28 07:54 provider.py -rw-r--r--. 1 root root 3638 Feb 28 07:54 connection.py -rw-r--r--. 1 root root 3072 Feb 28 07:54 client.py -rw-r--r--. 1 root root 4104 Feb 28 07:54 active_connection.py TASK [Debug the lsr Python path] *********************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:110 Saturday 28 February 2026 08:05:09 -0500 (0:00:00.763) 0:00:28.148 ***** ok: [managed-node2] => {} MSG: path /tmp/lsrtest_7Mh0Eu/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_7Mh0Eu/ansible/ansible_collections/fedora/linux_system_roles/plugins/module_utils:/tmp/lsrtest_7Mh0Eu/ansible_collections/fedora/linux_system_roles/plugins/module_utils:/tmp/lsrtest_7Mh0Eu TASK [Check if python2 is available] ******************************************* task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:114 Saturday 28 February 2026 08:05:09 -0500 (0:00:00.056) 0:00:28.204 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "python2", "--version" ], "delta": "0:00:00.003250", "end": "2026-02-28 08:05:09.906445", "rc": 0, "start": "2026-02-28 08:05:09.903195" } STDERR: Python 2.7.5 TASK [Run python2 unit tests] ************************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:121 Saturday 28 February 2026 08:05:10 -0500 (0:00:00.586) 0:00:28.790 ***** fatal: [managed-node2]: FAILED! => { "changed": false, "cmd": [ "python2", "/tmp/lsrtest_7Mh0Eu/test_network_connections.py", "--verbose" ], "delta": "0:00:00.053821", "end": "2026-02-28 08:05:10.787427", "rc": 1, "start": "2026-02-28 08:05:10.733606" } STDERR: Traceback (most recent call last): File "/tmp/lsrtest_7Mh0Eu/test_network_connections.py", line 15, in import mock ImportError: No module named mock MSG: non-zero return code TASK [Remove local tar file] *************************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:158 Saturday 28 February 2026 08:05:10 -0500 (0:00:00.884) 0:00:29.675 ***** changed: [managed-node2 -> localhost] => { "changed": true, "path": "/tmp/lsrtest_SfTXeA.tar", "state": "absent" } TASK [Remove tempdir] ********************************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:164 Saturday 28 February 2026 08:05:12 -0500 (0:00:01.440) 0:00:31.116 ***** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsrtest_7Mh0Eu", "state": "absent" } TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:169 Saturday 28 February 2026 08:05:13 -0500 (0:00:00.882) 0:00:31.998 ***** included: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml for managed-node2 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:6 Saturday 28 February 2026 08:05:13 -0500 (0:00:00.151) 0:00:32.150 ***** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.006809", "end": "2026-02-28 08:05:14.082846", "rc": 0, "start": "2026-02-28 08:05:14.076037" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0e:a0:e5:8d:e8:0d brd ff:ff:ff:ff:ff:ff inet 10.31.41.166/22 brd 10.31.43.255 scope global noprefixroute dynamic eth0 valid_lft 2779sec preferred_lft 2779sec inet6 fe80::ca0:e5ff:fe8d:e80d/64 scope link valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0e:c3:dc:81:08:53 brd ff:ff:ff:ff:ff:ff inet 10.31.41.31/22 brd 10.31.43.255 scope global noprefixroute dynamic eth1 valid_lft 2778sec preferred_lft 2778sec inet6 fe80::c0df:39cf:991:73/64 scope link noprefixroute valid_lft forever preferred_lft forever 9: bond0: mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 5e:71:03:c8:56:62 brd ff:ff:ff:ff:ff:ff IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp metric 100 default via 10.31.40.1 dev eth1 proto dhcp metric 101 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.41.166 metric 100 10.31.40.0/22 dev eth1 proto kernel scope link src 10.31.41.31 metric 101 IP -6 ROUTE unreachable ::/96 dev lo metric 1024 error -113 pref medium unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 pref medium unreachable 2002:a00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:7f00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:ac10::/28 dev lo metric 1024 error -113 pref medium unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:e000::/19 dev lo metric 1024 error -113 pref medium unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 pref medium fe80::/64 dev eth1 proto kernel metric 101 mtu 9001 pref medium fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 pref medium RESOLV # Generated by NetworkManager search testing-farm.us-east-1.aws.redhat.com nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:24 Saturday 28 February 2026 08:05:14 -0500 (0:00:00.795) 0:00:32.946 ***** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.399365", "end": "2026-02-28 08:05:15.222279", "rc": 0, "start": "2026-02-28 08:05:14.822914" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:6:1161::36 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:eb33:e938:35cc:965b wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1161::37 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1161::37 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:eb33:e938:35cc:965b wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1161::36 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 345 100 345 0 0 1862 0 --:--:-- --:--:-- --:--:-- 1864 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 331 100 331 0 0 1699 0 --:--:-- --:--:-- --:--:-- 1706 PLAY RECAP ********************************************************************* managed-node2 : ok=30 changed=8 unreachable=0 failed=1 skipped=1 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "delta": "0:00:00.053821", "end_time": "2026-02-28 08:05:10.787427", "host": "managed-node2", "message": "non-zero return code", "rc": 1, "start_time": "2026-02-28 08:05:10.733606", "stderr": "Traceback (most recent call last):\n File \"/tmp/lsrtest_7Mh0Eu/test_network_connections.py\", line 15, in \n import mock\nImportError: No module named mock", "task_name": "Run python2 unit tests", "task_path": "/tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:121" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 28 February 2026 08:05:15 -0500 (0:00:01.186) 0:00:34.132 ***** =============================================================================== Install dependencies ---------------------------------------------------- 6.32s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:9 Create subdirectory '/ansible/module_utils' under '/tmp/lsrtest_7Mh0Eu' --- 2.32s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:72 Gathering Facts --------------------------------------------------------- 1.87s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:3 Untar testrepo.tar ------------------------------------------------------ 1.79s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:66 Copy testrepo.tar to the remote system ---------------------------------- 1.79s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:60 Copy unit test to remote system ----------------------------------------- 1.74s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:97 Remove local tar file --------------------------------------------------- 1.44s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:158 Find parent directory and path of module_utils -------------------------- 1.35s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:71 Find parent directory and path of modules ------------------------------- 1.35s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:42 Verify DNS and network connectivity ------------------------------------- 1.19s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:24 Check if system is ostree ----------------------------------------------- 1.16s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Gathering Facts --------------------------------------------------------- 1.10s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:23 Create Tar file --------------------------------------------------------- 1.02s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:48 Create tempdir for code to test ----------------------------------------- 1.02s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:28 Gather the minimum subset of ansible_facts required by the network role test --- 0.91s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Run python2 unit tests -------------------------------------------------- 0.88s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:121 Remove tempdir ---------------------------------------------------------- 0.88s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:164 Get tempfile for tar ---------------------------------------------------- 0.87s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:34 Move module_utils to ansible directory ---------------------------------- 0.84s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:81 Check routes and DNS ---------------------------------------------------- 0.80s /tmp/collections-Y7Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:6 -- Logs begin at Sat 2026-02-28 07:51:26 EST, end at Sat 2026-02-28 08:05:17 EST. -- Feb 28 08:04:42 managed-node2 ansible-setup[21411]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 28 08:04:44 managed-node2 ansible-setup[21493]: Invoked with filter=* gather_subset=['min'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 28 08:04:45 managed-node2 ansible-stat[21548]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 28 08:04:47 managed-node2 ansible-yum[21597]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['NetworkManager-libnm'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 28 08:04:48 managed-node2 ansible-yum[21650]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python2-gobject-base'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 28 08:04:49 managed-node2 ansible-yum[21702]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python3-gobject-base'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 28 08:04:50 managed-node2 ansible-yum[21754]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-gobject-base'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 28 08:04:51 managed-node2 ansible-yum[21807]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python2-mock'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 28 08:04:52 managed-node2 ansible-setup[21859]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 28 08:04:53 managed-node2 ansible-tempfile[21941]: Invoked with path=None prefix=lsrtest_ suffix= state=directory Feb 28 08:04:59 managed-node2 ansible-stat[21990]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/tmp/lsrtest_7Mh0Eu get_md5=False get_mime=True get_attributes=True Feb 28 08:05:00 managed-node2 ansible-stat[22016]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/tmp/lsrtest_7Mh0Eu/lsrtest_SfTXeA.tar get_md5=False get_mime=True get_attributes=True Feb 28 08:05:01 managed-node2 ansible-copy[22052]: Invoked with directory_mode=None force=True remote_src=None _original_basename=lsrtest_SfTXeA.tar owner=None follow=False local_follow=None group=None unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None dest=/tmp/lsrtest_7Mh0Eu selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1772283899.44-22098-244712931622264/source checksum=6b324c63d4f2202f1bb5b4610e67cb85d618dccd seuser=None delimiter=None mode=0600 attributes=None backup=False Feb 28 08:05:01 managed-node2 ansible-stat[22101]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=True path=/tmp/lsrtest_7Mh0Eu get_md5=False get_mime=True get_attributes=True Feb 28 08:05:02 managed-node2 ansible-unarchive[22127]: Invoked with directory_mode=None force=None remote_src=True exclude=[] owner=None follow=False group=None unsafe_writes=False keep_newer=False setype=None content=NOT_LOGGING_PARAMETER serole=None extra_opts=[] dest=/tmp/lsrtest_7Mh0Eu selevel=None regexp=None src=/tmp/lsrtest_7Mh0Eu/lsrtest_SfTXeA.tar validate_certs=True list_files=False seuser=None creates=None delimiter=None mode=None attributes=None backup=None Feb 28 08:05:04 managed-node2 ansible-file[22188]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/tmp/lsrtest_7Mh0Eu/ansible owner=None follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 28 08:05:05 managed-node2 ansible-file[22237]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/tmp/lsrtest_7Mh0Eu/ansible/module_utils owner=None follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 28 08:05:05 managed-node2 ansible-command[22286]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=if [ -d /tmp/lsrtest_7Mh0Eu/module_utils ]; then mv /tmp/lsrtest_7Mh0Eu/module_utils /tmp/lsrtest_7Mh0Eu/ansible fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 28 08:05:06 managed-node2 ansible-command[22336]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=for dir in $(find /tmp/lsrtest_7Mh0Eu -type d -print); do if [ ! -f "$dir/__init__.py" ]; then touch "$dir/__init__.py" fi done removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 28 08:05:07 managed-node2 ansible-stat[22396]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/tmp/lsrtest_7Mh0Eu get_md5=False get_mime=True get_attributes=True Feb 28 08:05:07 managed-node2 ansible-stat[22422]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/tmp/lsrtest_7Mh0Eu/test_network_connections.py get_md5=False get_mime=True get_attributes=True Feb 28 08:05:08 managed-node2 ansible-copy[22458]: Invoked with directory_mode=None force=True remote_src=None _original_basename=test_network_connections.py owner=None follow=False local_follow=None group=None unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None dest=/tmp/lsrtest_7Mh0Eu selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1772283906.86-22655-20168131147339/source checksum=cfb88c714a88ed32c74a0f1cde50070b4284d8d8 seuser=None delimiter=None mode=0644 attributes=None backup=False Feb 28 08:05:09 managed-node2 ansible-command[22507]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=ls -alrtFR /tmp/lsrtest_7Mh0Eu removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 28 08:05:09 managed-node2 ansible-command[22557]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=python2 --version removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 28 08:05:10 managed-node2 ansible-command[22607]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=python2 /tmp/lsrtest_7Mh0Eu/test_network_connections.py --verbose removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 28 08:05:13 managed-node2 ansible-file[22656]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/tmp/lsrtest_7Mh0Eu owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=None modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 28 08:05:14 managed-node2 ansible-command[22705]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euo pipefail echo IP ip a echo IP ROUTE ip route echo IP -6 ROUTE ip -6 route echo RESOLV if [ -f /etc/resolv.conf ]; then cat /etc/resolv.conf else echo NO /etc/resolv.conf ls -alrtF /etc/resolv.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 28 08:05:14 managed-node2 ansible-command[22759]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euo pipefail echo CHECK DNS AND CONNECTIVITY for host in mirrors.fedoraproject.org mirrors.centos.org; do if ! getent hosts "$host"; then echo FAILED to lookup host "$host" exit 1 fi if ! curl -o /dev/null https://"$host"; then echo FAILED to contact host "$host" exit 1 fi done removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 28 08:05:16 managed-node2 sshd[22775]: Accepted publickey for root from 10.31.43.96 port 35846 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Feb 28 08:05:16 managed-node2 systemd[1]: Started Session 16 of user root. -- Subject: Unit session-16.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-16.scope has finished starting up. -- -- The start-up result is done. Feb 28 08:05:16 managed-node2 systemd-logind[496]: New session 16 of user root. -- Subject: A new session 16 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 16 has been created for the user root. -- -- The leading process of the session is 22775. Feb 28 08:05:16 managed-node2 sshd[22775]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 28 08:05:16 managed-node2 sshd[22775]: Received disconnect from 10.31.43.96 port 35846:11: disconnected by user Feb 28 08:05:16 managed-node2 sshd[22775]: Disconnected from 10.31.43.96 port 35846 Feb 28 08:05:16 managed-node2 sshd[22775]: pam_unix(sshd:session): session closed for user root Feb 28 08:05:16 managed-node2 systemd-logind[496]: Removed session 16. -- Subject: Session 16 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 16 has been terminated. Feb 28 08:05:17 managed-node2 sshd[22785]: Accepted publickey for root from 10.31.43.96 port 35848 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Feb 28 08:05:17 managed-node2 systemd-logind[496]: New session 17 of user root. -- Subject: A new session 17 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 17 has been created for the user root. -- -- The leading process of the session is 22785. Feb 28 08:05:17 managed-node2 systemd[1]: Started Session 17 of user root. -- Subject: Unit session-17.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-17.scope has finished starting up. -- -- The start-up result is done. Feb 28 08:05:17 managed-node2 sshd[22785]: pam_unix(sshd:session): session opened for user root by (uid=0)