ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [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-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml PLAY [Setup for test running] ************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:3 Thursday 30 April 2026 09:54:59 -0400 (0:00:00.018) 0:00:00.018 ******** ok: [managed-node1] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:6 Thursday 30 April 2026 09:55:01 -0400 (0:00:01.388) 0:00:01.407 ******** included: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Thursday 30 April 2026 09:55:01 -0400 (0:00:00.235) 0:00:01.643 ******** ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Thursday 30 April 2026 09:55:02 -0400 (0:00:00.689) 0:00:02.332 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Thursday 30 April 2026 09:55:03 -0400 (0:00:01.323) 0:00:03.655 ******** ok: [managed-node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Thursday 30 April 2026 09:55:03 -0400 (0:00:00.197) 0:00:03.853 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Setup epel on EL 7] ****************************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:52 Thursday 30 April 2026 09:55:03 -0400 (0:00:00.133) 0:00:03.986 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install dependencies] **************************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:9 Thursday 30 April 2026 09:55:03 -0400 (0:00:00.126) 0:00:04.113 ******** ok: [managed-node1] => (item=NetworkManager-libnm) => { "ansible_loop_var": "item", "changed": false, "item": "NetworkManager-libnm", "rc": 0, "results": [] } MSG: Nothing to do failed: [managed-node1] (item=python2-gobject-base) => { "ansible_loop_var": "item", "changed": false, "failures": [ "No package python2-gobject-base available." ], "item": "python2-gobject-base", "rc": 1, "results": [] } MSG: Failed to install some of the specified packages ok: [managed-node1] => (item=python3-gobject-base) => { "ansible_loop_var": "item", "changed": false, "item": "python3-gobject-base", "rc": 0, "results": [] } MSG: Nothing to do failed: [managed-node1] (item=python-gobject-base) => { "ansible_loop_var": "item", "changed": false, "failures": [ "No package python-gobject-base available." ], "item": "python-gobject-base", "rc": 1, "results": [] } MSG: Failed to install some of the specified packages changed: [managed-node1] => (item=python2-mock) => { "ansible_loop_var": "item", "changed": true, "item": "python2-mock", "rc": 0, "results": [ "Installed: python2-six-1.11.0-6.module_el8+299+aa6e9afa.noarch", "Installed: python2-funcsigs-1.0.2-13.module_el8+570+db61b4f9.noarch", "Installed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: python2-mock-2.0.0-13.module_el8+570+db61b4f9.noarch", "Installed: python2-2.7.18-17.module_el8+770+d35395c9.x86_64", "Installed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Installed: python2-libs-2.7.18-17.module_el8+770+d35395c9.x86_64", "Installed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch" ] } ...ignoring META: ran handlers META: ran handlers PLAY [Execute python unit tests] *********************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:23 Thursday 30 April 2026 09:55:20 -0400 (0:00:16.285) 0:00:20.399 ******** ok: [managed-node1] META: ran handlers TASK [Create tempdir for code to test] ***************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:28 Thursday 30 April 2026 09:55:21 -0400 (0:00:00.863) 0:00:21.263 ******** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_xj1knszt", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Get tempfile for tar] **************************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:34 Thursday 30 April 2026 09:55:22 -0400 (0:00:01.004) 0:00:22.267 ******** changed: [managed-node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_su8v053t.tar", "size": 0, "state": "file", "uid": 0 } TASK [Include the task 'get_modules_and_utils_paths.yml'] ********************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:41 Thursday 30 April 2026 09:55:22 -0400 (0:00:00.881) 0:00:23.149 ******** included: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml for managed-node1 TASK [Set collection paths] **************************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:3 Thursday 30 April 2026 09:55:23 -0400 (0:00:00.083) 0:00:23.232 ******** ok: [managed-node1] => { "ansible_facts": { "collection_paths": [ "/tmp/collections-oCn" ] }, "changed": false } TASK [Set search paths] ******************************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:13 Thursday 30 April 2026 09:55:23 -0400 (0:00:00.058) 0:00:23.290 ******** ok: [managed-node1] => { "ansible_facts": { "module_utils_search_path": [ "../module_utils", "/usr/share/ansible/plugins/module_utils", "../../plugins/module_utils", "/root/.ansible/plugins/module_utils", "../../module_utils", "../plugins/module_utils" ], "modules_search_path": [ "../library", "../plugins/modules", "../../plugins/modules", "/usr/share/ansible/plugins/modules", "../../library", "/root/.ansible/plugins/modules" ] }, "changed": false } TASK [Find parent directory and path of modules] ******************************* task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:42 Thursday 30 April 2026 09:55:23 -0400 (0:00:00.079) 0:00:23.370 ******** ok: [managed-node1 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../library ../plugins/modules ../../plugins/modules /usr/share/ansible/plugins/modules ../../library /root/.ansible/plugins/modules; do\n if [ -L \"$dir/network_connections.py\" ]; then\n continue\n elif [ -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-oCn; do\n if [ ! -d \"$dir\" ]; then continue; fi\n cd \"$dir\"\n for subdir in ansible_collections/*/*/plugins/modules; do\n if [ -L \"$subdir/network_connections.py\" ]; then\n continue\n elif [ -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.161312", "end": "2026-04-30 09:55:24.290381", "rc": 0, "start": "2026-04-30 09:55:24.129069" } STDOUT: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/plugins modules STDERR: + for dir in ../library ../plugins/modules ../../plugins/modules /usr/share/ansible/plugins/modules ../../library /root/.ansible/plugins/modules + '[' -L ../library/network_connections.py ']' + '[' -f ../library/network_connections.py ']' + for dir in ../library ../plugins/modules ../../plugins/modules /usr/share/ansible/plugins/modules ../../library /root/.ansible/plugins/modules + '[' -L ../plugins/modules/network_connections.py ']' + '[' -f ../plugins/modules/network_connections.py ']' + for dir in ../library ../plugins/modules ../../plugins/modules /usr/share/ansible/plugins/modules ../../library /root/.ansible/plugins/modules + '[' -L ../../plugins/modules/network_connections.py ']' + '[' -f ../../plugins/modules/network_connections.py ']' ++ dirname ../../plugins/modules + readlink -f ../../plugins + basename ../../plugins/modules + exit 0 TASK [Find parent directory and path of module_utils] ************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:75 Thursday 30 April 2026 09:55:24 -0400 (0:00:01.224) 0:00:24.594 ******** ok: [managed-node1 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../module_utils /usr/share/ansible/plugins/module_utils ../../plugins/module_utils /root/.ansible/plugins/module_utils ../../module_utils ../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-oCn; 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.010421", "end": "2026-04-30 09:55:25.166749", "rc": 0, "start": "2026-04-30 09:55:25.156328" } STDOUT: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/plugins module_utils STDERR: + for dir in ../module_utils /usr/share/ansible/plugins/module_utils ../../plugins/module_utils /root/.ansible/plugins/module_utils ../../module_utils ../plugins/module_utils + '[' -d ../module_utils/network_lsr ']' + for dir in ../module_utils /usr/share/ansible/plugins/module_utils ../../plugins/module_utils /root/.ansible/plugins/module_utils ../../module_utils ../plugins/module_utils + '[' -d /usr/share/ansible/plugins/module_utils/network_lsr ']' + for dir in ../module_utils /usr/share/ansible/plugins/module_utils ../../plugins/module_utils /root/.ansible/plugins/module_utils ../../module_utils ../plugins/module_utils + '[' -d ../../plugins/module_utils/network_lsr ']' ++ dirname ../../plugins/module_utils + readlink -f ../../plugins + basename ../../plugins/module_utils + exit 0 TASK [Create Tar file] ********************************************************* task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:48 Thursday 30 April 2026 09:55:25 -0400 (0:00:00.855) 0:00:25.450 ******** [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-node1 -> localhost] => { "changed": false, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_su8v053t.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/plugins", "modules", "-C", "/tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/plugins", "module_utils" ], "delta": "0:00:00.005698", "end": "2026-04-30 09:55:25.826115", "rc": 0, "start": "2026-04-30 09:55:25.820417" } STDOUT: modules/ modules/__init__.py modules/network_connections.py modules/network_state.py modules/sr_fingerprint.py module_utils/ module_utils/network_lsr/ module_utils/network_lsr/__init__.py module_utils/network_lsr/argument_validator.py module_utils/network_lsr/ethtool.py module_utils/network_lsr/myerror.py module_utils/network_lsr/nm/ module_utils/network_lsr/nm/__init__.py module_utils/network_lsr/nm/active_connection.py module_utils/network_lsr/nm/client.py module_utils/network_lsr/nm/connection.py module_utils/network_lsr/nm/error.py module_utils/network_lsr/nm/provider.py module_utils/network_lsr/nm_provider.py module_utils/network_lsr/utils.py TASK [Copy testrepo.tar to the remote system] ********************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:60 Thursday 30 April 2026 09:55:25 -0400 (0:00:00.687) 0:00:26.137 ******** changed: [managed-node1] => { "changed": true, "checksum": "3e9c082edbce874cf3f38c5bf1deaca581454a86", "dest": "/tmp/lsrtest_xj1knszt/lsrtest_su8v053t.tar", "gid": 0, "group": "root", "md5sum": "272d333d92cd23ab6e27a4ff8bbb5d56", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 276480, "src": "/root/.ansible/tmp/ansible-tmp-1777557326.1465385-65747-259248932080694/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:66 Thursday 30 April 2026 09:55:27 -0400 (0:00:01.999) 0:00:28.137 ******** changed: [managed-node1] => { "changed": true, "dest": "/tmp/lsrtest_xj1knszt", "extract_results": { "cmd": [ "/usr/bin/gtar", "--extract", "-C", "/tmp/lsrtest_xj1knszt", "-f", "/tmp/lsrtest_xj1knszt/lsrtest_su8v053t.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": 69, "src": "/tmp/lsrtest_xj1knszt/lsrtest_su8v053t.tar", "state": "directory", "uid": 0 } TASK [Create subdirectory '/ansible/module_utils' under '/tmp/lsrtest_xj1knszt'] *** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:72 Thursday 30 April 2026 09:55:29 -0400 (0:00:01.264) 0:00:29.402 ******** changed: [managed-node1] => (item=/tmp/lsrtest_xj1knszt/ansible) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsrtest_xj1knszt/ansible", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_xj1knszt/ansible", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } changed: [managed-node1] => (item=/tmp/lsrtest_xj1knszt/ansible/module_utils) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsrtest_xj1knszt/ansible/module_utils", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_xj1knszt/ansible/module_utils", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Move module_utils to ansible directory] ********************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:81 Thursday 30 April 2026 09:55:30 -0400 (0:00:01.437) 0:00:30.839 ******** ok: [managed-node1] => { "changed": false, "cmd": "if [ -d /tmp/lsrtest_xj1knszt/module_utils ]; then\n mv /tmp/lsrtest_xj1knszt/module_utils /tmp/lsrtest_xj1knszt/ansible\nfi\n", "delta": "0:00:00.003845", "end": "2026-04-30 09:55:31.129112", "rc": 0, "start": "2026-04-30 09:55:31.125267" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:88 Thursday 30 April 2026 09:55:31 -0400 (0:00:00.553) 0:00:31.393 ******** ok: [managed-node1] => { "changed": false, "cmd": "for dir in $(find /tmp/lsrtest_xj1knszt -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.006679", "end": "2026-04-30 09:55:31.659199", "rc": 0, "start": "2026-04-30 09:55:31.652520" } TASK [Copy unit test to remote system] ***************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:97 Thursday 30 April 2026 09:55:31 -0400 (0:00:00.536) 0:00:31.929 ******** changed: [managed-node1] => { "changed": true, "checksum": "67e3434af79386fc84be80512c45faf827fcd130", "dest": "/tmp/lsrtest_xj1knszt/test_network_connections.py", "gid": 0, "group": "root", "md5sum": "79b6434adeaa77aae39e83800790b1cc", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 211122, "src": "/root/.ansible/tmp/ansible-tmp-1777557331.791637-66510-180287065446857/source", "state": "file", "uid": 0 } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:103 Thursday 30 April 2026 09:55:32 -0400 (0:00:01.148) 0:00:33.078 ******** ok: [managed-node1] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_xj1knszt/modules:/tmp/lsrtest_xj1knszt/ansible/module_utils:/tmp/lsrtest_xj1knszt/module_utils:/tmp/lsrtest_xj1knszt" }, "changed": false } TASK [List the files in /tmp/lsrtest_xj1knszt] ********************************* task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:107 Thursday 30 April 2026 09:55:32 -0400 (0:00:00.041) 0:00:33.120 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_xj1knszt" ], "delta": "0:00:00.003357", "end": "2026-04-30 09:55:33.400034", "rc": 0, "start": "2026-04-30 09:55:33.396677" } STDOUT: /tmp/lsrtest_xj1knszt: total 480 drwxr-xr-x. 2 root root 104 Apr 30 09:46 modules/ -rw-------. 1 root root 276480 Apr 30 09:55 lsrtest_su8v053t.tar -rw-r--r--. 1 root root 0 Apr 30 09:55 __init__.py drwxr-xr-x. 3 root root 45 Apr 30 09:55 ansible/ -rw-r--r--. 1 root root 211122 Apr 30 09:55 test_network_connections.py drwx------. 4 root root 118 Apr 30 09:55 ./ drwxrwxrwt. 5 root root 149 Apr 30 09:55 ../ /tmp/lsrtest_xj1knszt/modules: total 116 -rw-r--r--. 1 root root 2287 Apr 30 09:46 sr_fingerprint.py -rw-r--r--. 1 root root 2736 Apr 30 09:46 network_state.py -rw-r--r--. 1 root root 0 Apr 30 09:46 __init__.py drwxr-xr-x. 2 root root 104 Apr 30 09:46 ./ -rw-r--r--. 1 root root 109768 Apr 30 09:46 network_connections.py drwx------. 4 root root 118 Apr 30 09:55 ../ /tmp/lsrtest_xj1knszt/ansible: total 0 drwxr-xr-x. 3 root root 44 Apr 30 09:55 module_utils/ -rw-r--r--. 1 root root 0 Apr 30 09:55 __init__.py drwxr-xr-x. 3 root root 45 Apr 30 09:55 ./ drwx------. 4 root root 118 Apr 30 09:55 ../ /tmp/lsrtest_xj1knszt/ansible/module_utils: total 0 drwxr-xr-x. 3 root root 138 Apr 30 09:46 network_lsr/ -rw-r--r--. 1 root root 0 Apr 30 09:55 __init__.py drwxr-xr-x. 3 root root 45 Apr 30 09:55 ../ drwxr-xr-x. 3 root root 44 Apr 30 09:55 ./ /tmp/lsrtest_xj1knszt/ansible/module_utils/network_lsr: total 136 drwxr-xr-x. 2 root root 126 Apr 30 09:46 nm/ -rw-r--r--. 1 root root 190 Apr 30 09:46 myerror.py -rw-r--r--. 1 root root 0 Apr 30 09:46 __init__.py -rw-r--r--. 1 root root 1839 Apr 30 09:46 ethtool.py drwxr-xr-x. 3 root root 138 Apr 30 09:46 ./ -rw-r--r--. 1 root root 11433 Apr 30 09:46 utils.py -rw-r--r--. 1 root root 1638 Apr 30 09:46 nm_provider.py -rw-r--r--. 1 root root 112024 Apr 30 09:46 argument_validator.py drwxr-xr-x. 3 root root 44 Apr 30 09:55 ../ /tmp/lsrtest_xj1knszt/ansible/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 root root 0 Apr 30 09:46 __init__.py -rw-r--r--. 1 root root 175 Apr 30 09:46 error.py drwxr-xr-x. 3 root root 138 Apr 30 09:46 ../ drwxr-xr-x. 2 root root 126 Apr 30 09:46 ./ -rw-r--r--. 1 root root 3292 Apr 30 09:46 provider.py -rw-r--r--. 1 root root 3638 Apr 30 09:46 connection.py -rw-r--r--. 1 root root 3072 Apr 30 09:46 client.py -rw-r--r--. 1 root root 4104 Apr 30 09:46 active_connection.py TASK [Debug the lsr Python path] *********************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:110 Thursday 30 April 2026 09:55:33 -0400 (0:00:00.554) 0:00:33.674 ******** ok: [managed-node1] => {} MSG: path /tmp/lsrtest_xj1knszt/modules:/tmp/lsrtest_xj1knszt/ansible/module_utils:/tmp/lsrtest_xj1knszt/module_utils:/tmp/lsrtest_xj1knszt TASK [Check if python2 is available] ******************************************* task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:114 Thursday 30 April 2026 09:55:33 -0400 (0:00:00.026) 0:00:33.701 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "python2", "--version" ], "delta": "0:00:00.002726", "end": "2026-04-30 09:55:33.843422", "rc": 0, "start": "2026-04-30 09:55:33.840696" } STDERR: Python 2.7.18 TASK [Run python2 unit tests] ************************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:121 Thursday 30 April 2026 09:55:33 -0400 (0:00:00.451) 0:00:34.152 ******** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": [ "python2", "/tmp/lsrtest_xj1knszt/test_network_connections.py", "--verbose" ], "delta": "0:00:00.070731", "end": "2026-04-30 09:55:34.694250", "rc": 1, "start": "2026-04-30 09:55:34.623519" } STDERR: Traceback (most recent call last): File "/tmp/lsrtest_xj1knszt/test_network_connections.py", line 24, in import network_lsr.argument_validator File "/tmp/lsrtest_xj1knszt/ansible/module_utils/network_lsr/argument_validator.py", line 14, in from ansible_collections.fedora.linux_system_roles.plugins.module_utils.network_lsr.myerror import MyError # noqa:E501 ImportError: No module named ansible_collections.fedora.linux_system_roles.plugins.module_utils.network_lsr.myerror MSG: non-zero return code TASK [Remove local tar file] *************************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:158 Thursday 30 April 2026 09:55:34 -0400 (0:00:00.870) 0:00:35.022 ******** changed: [managed-node1 -> localhost] => { "changed": true, "path": "/tmp/lsrtest_su8v053t.tar", "state": "absent" } TASK [Remove tempdir] ********************************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:164 Thursday 30 April 2026 09:55:35 -0400 (0:00:00.674) 0:00:35.697 ******** changed: [managed-node1] => { "changed": true, "path": "/tmp/lsrtest_xj1knszt", "state": "absent" } TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:169 Thursday 30 April 2026 09:55:36 -0400 (0:00:00.653) 0:00:36.351 ******** included: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml for managed-node1 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:6 Thursday 30 April 2026 09:55:36 -0400 (0:00:00.039) 0:00:36.390 ******** ok: [managed-node1] => { "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.007655", "end": "2026-04-30 09:55:36.597091", "rc": 0, "start": "2026-04-30 09:55:36.589436" } 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 0a:ff:d3:2f:12:ab brd ff:ff:ff:ff:ff:ff altname enp0s5 altname ens5 inet 10.31.13.51/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 2291sec preferred_lft 2291sec inet6 fe80::8ff:d3ff:fe2f:12ab/64 scope link valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:e2:7a:72:21 brd ff:ff:ff:ff:ff:ff altname enp0s6 altname ens6 inet 10.31.15.205/22 brd 10.31.15.255 scope global dynamic noprefixroute eth1 valid_lft 2291sec preferred_lft 2291sec inet6 fe80::8ff:e2ff:fe7a:7221/64 scope link valid_lft forever preferred_lft forever 20: rpltstbr: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 12:5f:3a:50:1c:91 brd ff:ff:ff:ff:ff:ff inet 192.0.2.72/31 scope global noprefixroute rpltstbr valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.51 metric 100 default via 10.31.12.1 dev eth1 proto dhcp src 10.31.15.205 metric 101 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.51 metric 100 10.31.12.0/22 dev eth1 proto kernel scope link src 10.31.15.205 metric 101 192.0.2.72/31 dev rpltstbr proto kernel scope link src 192.0.2.72 metric 425 linkdown IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth1 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 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-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:24 Thursday 30 April 2026 09:55:36 -0400 (0:00:00.487) 0:00:36.878 ******** ok: [managed-node1] => { "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.145681", "end": "2026-04-30 09:55:37.292509", "rc": 0, "start": "2026-04-30 09:55:37.146828" } STDOUT: CHECK DNS AND CONNECTIVITY 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1161::37 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1161::36 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:eb33:e938:35cc:965b wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1161::36 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 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 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1161::37 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::8 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 2620:52:6:1121:bead:cafe:feed:fed5 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 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 6764 0 --:--:-- --:--:-- --:--:-- 6764 % 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 4534 0 --:--:-- --:--:-- --:--:-- 4534 PLAY RECAP ********************************************************************* managed-node1 : ok=30 changed=9 unreachable=0 failed=1 skipped=2 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "delta": "0:00:00.070731", "end_time": "2026-04-30 09:55:34.694250", "host": "managed-node1", "message": "non-zero return code", "rc": 1, "start_time": "2026-04-30 09:55:34.623519", "stderr": "Traceback (most recent call last):\n File \"/tmp/lsrtest_xj1knszt/test_network_connections.py\", line 24, in \n import network_lsr.argument_validator\n File \"/tmp/lsrtest_xj1knszt/ansible/module_utils/network_lsr/argument_validator.py\", line 14, in \n from ansible_collections.fedora.linux_system_roles.plugins.module_utils.network_lsr.myerror import MyError # noqa:E501\nImportError: No module named ansible_collections.fedora.linux_system_roles.plugins.module_utils.network_lsr.myerror", "task_name": "Run python2 unit tests", "task_path": "/tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:121" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Thursday 30 April 2026 09:55:37 -0400 (0:00:00.731) 0:00:37.609 ******** =============================================================================== Install dependencies --------------------------------------------------- 16.29s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:9 Copy testrepo.tar to the remote system ---------------------------------- 2.00s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:60 Create subdirectory '/ansible/module_utils' under '/tmp/lsrtest_xj1knszt' --- 1.44s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:72 Gathering Facts --------------------------------------------------------- 1.39s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:3 Check if system is ostree ----------------------------------------------- 1.32s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Untar testrepo.tar ------------------------------------------------------ 1.26s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:66 Find parent directory and path of modules ------------------------------- 1.22s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:42 Copy unit test to remote system ----------------------------------------- 1.15s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:97 Create tempdir for code to test ----------------------------------------- 1.00s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:28 Get tempfile for tar ---------------------------------------------------- 0.88s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:34 Run python2 unit tests -------------------------------------------------- 0.87s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:121 Gathering Facts --------------------------------------------------------- 0.86s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:23 Find parent directory and path of module_utils -------------------------- 0.86s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:75 Verify DNS and network connectivity ------------------------------------- 0.73s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:24 Gather the minimum subset of ansible_facts required by the network role test --- 0.69s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Create Tar file --------------------------------------------------------- 0.69s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:48 Remove local tar file --------------------------------------------------- 0.67s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:158 Remove tempdir ---------------------------------------------------------- 0.65s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:164 List the files in /tmp/lsrtest_xj1knszt --------------------------------- 0.55s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:107 Move module_utils to ansible directory ---------------------------------- 0.55s /tmp/collections-oCn/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:81 -- Logs begin at Thu 2026-04-30 09:33:32 EDT, end at Thu 2026-04-30 09:55:37 EDT. -- Apr 30 09:54:58 managed-node1 sshd[62663]: Accepted publickey for root from 10.31.15.128 port 57512 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Apr 30 09:54:58 managed-node1 systemd-logind[613]: New session 17 of user root. -- Subject: A new session 17 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 62663. Apr 30 09:54:58 managed-node1 systemd[1]: Started Session 17 of user root. -- Subject: Unit session-17.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-17.scope has finished starting up. -- -- The start-up result is done. Apr 30 09:54:58 managed-node1 sshd[62663]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 30 09:54:58 managed-node1 sshd[62666]: Received disconnect from 10.31.15.128 port 57512:11: disconnected by user Apr 30 09:54:58 managed-node1 sshd[62666]: Disconnected from user root 10.31.15.128 port 57512 Apr 30 09:54:58 managed-node1 sshd[62663]: pam_unix(sshd:session): session closed for user root Apr 30 09:54:58 managed-node1 systemd[1]: session-17.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-17.scope has successfully entered the 'dead' state. Apr 30 09:54:58 managed-node1 systemd-logind[613]: Session 17 logged out. Waiting for processes to exit. Apr 30 09:54:58 managed-node1 systemd-logind[613]: Removed session 17. -- Subject: Session 17 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 17 has been terminated. Apr 30 09:55:00 managed-node1 platform-python[62828]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Apr 30 09:55:02 managed-node1 platform-python[62984]: ansible-setup Invoked with gather_subset=['min'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Apr 30 09:55:03 managed-node1 platform-python[63113]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Apr 30 09:55:04 managed-node1 platform-python[63236]: ansible-dnf Invoked with name=['NetworkManager-libnm'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Apr 30 09:55:07 managed-node1 platform-python[63359]: ansible-dnf Invoked with name=['python2-gobject-base'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Apr 30 09:55:09 managed-node1 platform-python[63482]: ansible-dnf Invoked with name=['python3-gobject-base'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Apr 30 09:55:12 managed-node1 platform-python[63605]: ansible-dnf Invoked with name=['python-gobject-base'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Apr 30 09:55:14 managed-node1 platform-python[63728]: ansible-dnf Invoked with name=['python2-mock'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Apr 30 09:55:19 managed-node1 systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r45ff63ec3ff3495caf66da34d5304dae.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r45ff63ec3ff3495caf66da34d5304dae.service has finished starting up. -- -- The start-up result is done. Apr 30 09:55:19 managed-node1 systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Apr 30 09:55:20 managed-node1 systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Apr 30 09:55:20 managed-node1 systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Apr 30 09:55:20 managed-node1 systemd[1]: run-r45ff63ec3ff3495caf66da34d5304dae.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r45ff63ec3ff3495caf66da34d5304dae.service has successfully entered the 'dead' state. Apr 30 09:55:20 managed-node1 platform-python[64167]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Apr 30 09:55:21 managed-node1 platform-python[64323]: ansible-tempfile Invoked with state=directory prefix=lsrtest_ suffix= path=None Apr 30 09:55:26 managed-node1 platform-python[64446]: ansible-stat Invoked with path=/tmp/lsrtest_xj1knszt follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Apr 30 09:55:26 managed-node1 platform-python[64510]: ansible-stat Invoked with path=/tmp/lsrtest_xj1knszt/lsrtest_su8v053t.tar follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Apr 30 09:55:27 managed-node1 platform-python[64609]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1777557326.1465385-65747-259248932080694/source dest=/tmp/lsrtest_xj1knszt mode=0600 _original_basename=lsrtest_su8v053t.tar follow=False checksum=3e9c082edbce874cf3f38c5bf1deaca581454a86 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Apr 30 09:55:28 managed-node1 platform-python[64734]: ansible-stat Invoked with path=/tmp/lsrtest_xj1knszt follow=True get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Apr 30 09:55:29 managed-node1 platform-python[64798]: ansible-unarchive Invoked with src=/tmp/lsrtest_xj1knszt/lsrtest_su8v053t.tar dest=/tmp/lsrtest_xj1knszt remote_src=True list_files=False keep_newer=False exclude=[] extra_opts=[] validate_certs=True follow=False unsafe_writes=False creates=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None force=None content=NOT_LOGGING_PARAMETER backup=None regexp=None delimiter=None directory_mode=None Apr 30 09:55:29 managed-node1 platform-python[64929]: ansible-file Invoked with state=directory path=/tmp/lsrtest_xj1knszt/ansible mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Apr 30 09:55:30 managed-node1 platform-python[65052]: ansible-file Invoked with state=directory path=/tmp/lsrtest_xj1knszt/ansible/module_utils mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Apr 30 09:55:31 managed-node1 platform-python[65175]: ansible-command Invoked with _raw_params=if [ -d /tmp/lsrtest_xj1knszt/module_utils ]; then mv /tmp/lsrtest_xj1knszt/module_utils /tmp/lsrtest_xj1knszt/ansible fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Apr 30 09:55:31 managed-node1 platform-python[65300]: ansible-command Invoked with _raw_params=for dir in $(find /tmp/lsrtest_xj1knszt -type d -print); do if [ ! -f "$dir/__init__.py" ]; then touch "$dir/__init__.py" fi done _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Apr 30 09:55:32 managed-node1 platform-python[65429]: ansible-stat Invoked with path=/tmp/lsrtest_xj1knszt follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Apr 30 09:55:32 managed-node1 platform-python[65493]: ansible-stat Invoked with path=/tmp/lsrtest_xj1knszt/test_network_connections.py follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Apr 30 09:55:32 managed-node1 platform-python[65592]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1777557331.791637-66510-180287065446857/source dest=/tmp/lsrtest_xj1knszt mode=0644 _original_basename=test_network_connections.py follow=False checksum=67e3434af79386fc84be80512c45faf827fcd130 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Apr 30 09:55:33 managed-node1 platform-python[65717]: ansible-command Invoked with _raw_params=ls -alrtFR /tmp/lsrtest_xj1knszt warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Apr 30 09:55:33 managed-node1 platform-python[65841]: ansible-command Invoked with _raw_params=python2 --version warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Apr 30 09:55:34 managed-node1 platform-python[65965]: ansible-command Invoked with _raw_params=python2 /tmp/lsrtest_xj1knszt/test_network_connections.py --verbose warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Apr 30 09:55:36 managed-node1 platform-python[66089]: ansible-file Invoked with state=absent path=/tmp/lsrtest_xj1knszt recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Apr 30 09:55:36 managed-node1 platform-python[66212]: ansible-command Invoked with _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 _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Apr 30 09:55:37 managed-node1 platform-python[66340]: ansible-command Invoked with _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 _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Apr 30 09:55:37 managed-node1 sshd[66368]: Accepted publickey for root from 10.31.15.128 port 37956 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Apr 30 09:55:37 managed-node1 systemd-logind[613]: New session 18 of user root. -- Subject: A new session 18 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 18 has been created for the user root. -- -- The leading process of the session is 66368. Apr 30 09:55:37 managed-node1 systemd[1]: Started Session 18 of user root. -- Subject: Unit session-18.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-18.scope has finished starting up. -- -- The start-up result is done. Apr 30 09:55:37 managed-node1 sshd[66368]: pam_unix(sshd:session): session opened for user root by (uid=0) Apr 30 09:55:37 managed-node1 sshd[66371]: Received disconnect from 10.31.15.128 port 37956:11: disconnected by user Apr 30 09:55:37 managed-node1 sshd[66371]: Disconnected from user root 10.31.15.128 port 37956 Apr 30 09:55:37 managed-node1 sshd[66368]: pam_unix(sshd:session): session closed for user root Apr 30 09:55:37 managed-node1 systemd[1]: session-18.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-18.scope has successfully entered the 'dead' state. Apr 30 09:55:37 managed-node1 systemd-logind[613]: Session 18 logged out. Waiting for processes to exit. Apr 30 09:55:37 managed-node1 systemd-logind[613]: Removed session 18. -- Subject: Session 18 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 18 has been terminated. Apr 30 09:55:37 managed-node1 sshd[66392]: Accepted publickey for root from 10.31.15.128 port 37968 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Apr 30 09:55:37 managed-node1 systemd[1]: Started Session 19 of user root. -- Subject: Unit session-19.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-19.scope has finished starting up. -- -- The start-up result is done. Apr 30 09:55:37 managed-node1 systemd-logind[613]: New session 19 of user root. -- Subject: A new session 19 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 19 has been created for the user root. -- -- The leading process of the session is 66392. Apr 30 09:55:37 managed-node1 sshd[66392]: pam_unix(sshd:session): session opened for user root by (uid=0)