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-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml PLAY [Setup for test running] ************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:3 Saturday 01 November 2025 08:54:37 -0400 (0:00:00.130) 0:00:00.130 ***** ok: [managed-node4] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:6 Saturday 01 November 2025 08:54:39 -0400 (0:00:02.634) 0:00:02.765 ***** included: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node4 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 01 November 2025 08:54:40 -0400 (0:00:00.202) 0:00:02.967 ***** ok: [managed-node4] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 01 November 2025 08:54:41 -0400 (0:00:01.000) 0:00:03.968 ***** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 01 November 2025 08:54:42 -0400 (0:00:01.519) 0:00:05.487 ***** ok: [managed-node4] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 01 November 2025 08:54:42 -0400 (0:00:00.200) 0:00:05.687 ***** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install dependencies] **************************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:9 Saturday 01 November 2025 08:54:43 -0400 (0:00:00.177) 0:00:05.865 ***** ok: [managed-node4] => (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-node4] (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-node4] (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-node4] => (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-node4] (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-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:23 Saturday 01 November 2025 08:54:49 -0400 (0:00:06.404) 0:00:12.269 ***** ok: [managed-node4] META: ran handlers TASK [Create tempdir for code to test] ***************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:28 Saturday 01 November 2025 08:54:50 -0400 (0:00:01.174) 0:00:13.444 ***** changed: [managed-node4] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_o3FfNT", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Get tempfile for tar] **************************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:34 Saturday 01 November 2025 08:54:51 -0400 (0:00:01.125) 0:00:14.570 ***** changed: [managed-node4 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_W6LQHh.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-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:41 Saturday 01 November 2025 08:54:52 -0400 (0:00:01.200) 0:00:15.770 ***** included: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml for managed-node4 TASK [Set collection paths] **************************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:3 Saturday 01 November 2025 08:54:53 -0400 (0:00:00.197) 0:00:15.967 ***** ok: [managed-node4] => { "ansible_facts": { "collection_paths": [ "/tmp/collections-fAL", "/tmp/collections-fAL" ] }, "changed": false } TASK [Set search paths] ******************************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:13 Saturday 01 November 2025 08:54:53 -0400 (0:00:00.146) 0:00:16.114 ***** ok: [managed-node4] => { "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-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:42 Saturday 01 November 2025 08:54:53 -0400 (0:00:00.216) 0:00:16.331 ***** ok: [managed-node4 -> 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-fAL /tmp/collections-fAL; 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.039158", "end": "2025-11-01 08:54:54.789822", "rc": 0, "start": "2025-11-01 08:54:54.750664" } STDOUT: /tmp/collections-fAL 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-fAL /tmp/collections-fAL + '[' '!' -d /tmp/collections-fAL ']' + cd /tmp/collections-fAL + 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-fAL + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [Find parent directory and path of module_utils] ************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:71 Saturday 01 November 2025 08:54:54 -0400 (0:00:01.439) 0:00:17.770 ***** ok: [managed-node4 -> 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-fAL /tmp/collections-fAL; 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.045986", "end": "2025-11-01 08:54:56.349346", "rc": 0, "start": "2025-11-01 08:54:56.303360" } STDOUT: /tmp/collections-fAL 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-fAL /tmp/collections-fAL + '[' '!' -d /tmp/collections-fAL ']' + cd /tmp/collections-fAL + 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-fAL + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [Create Tar file] ********************************************************* task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:48 Saturday 01 November 2025 08:54:56 -0400 (0:00:01.538) 0:00:19.309 ***** [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-node4 -> localhost] => { "changed": false, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_W6LQHh.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/collections-fAL", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/tmp/collections-fAL", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.068019", "end": "2025-11-01 08:54:57.290833", "rc": 0, "start": "2025-11-01 08:54:57.222814" } 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-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:60 Saturday 01 November 2025 08:54:57 -0400 (0:00:00.953) 0:00:20.263 ***** changed: [managed-node4] => { "changed": true, "checksum": "d269cf05075353cdb28b4eda1ca5111ac86972bd", "dest": "/tmp/lsrtest_o3FfNT/lsrtest_W6LQHh.tar", "gid": 0, "group": "root", "md5sum": "73cc8533d47bab7cf8fbec7ab45adc7c", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 276480, "src": "/root/.ansible/tmp/ansible-tmp-1762001697.77-22698-53763547086355/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:66 Saturday 01 November 2025 08:55:00 -0400 (0:00:02.553) 0:00:22.817 ***** changed: [managed-node4] => { "changed": true, "dest": "/tmp/lsrtest_o3FfNT", "extract_results": { "cmd": [ "/usr/bin/gtar", "--extract", "-C", "/tmp/lsrtest_o3FfNT", "-f", "/tmp/lsrtest_o3FfNT/lsrtest_W6LQHh.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_o3FfNT/lsrtest_W6LQHh.tar", "state": "directory", "uid": 0 } TASK [Create subdirectory '/ansible/module_utils' under '/tmp/lsrtest_o3FfNT'] *** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:72 Saturday 01 November 2025 08:55:02 -0400 (0:00:02.463) 0:00:25.280 ***** changed: [managed-node4] => (item=/tmp/lsrtest_o3FfNT/ansible) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsrtest_o3FfNT/ansible", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_o3FfNT/ansible", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } changed: [managed-node4] => (item=/tmp/lsrtest_o3FfNT/ansible/module_utils) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsrtest_o3FfNT/ansible/module_utils", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_o3FfNT/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-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:81 Saturday 01 November 2025 08:55:05 -0400 (0:00:02.496) 0:00:27.777 ***** ok: [managed-node4] => { "changed": false, "cmd": "if [ -d /tmp/lsrtest_o3FfNT/module_utils ]; then\n mv /tmp/lsrtest_o3FfNT/module_utils /tmp/lsrtest_o3FfNT/ansible\nfi\n", "delta": "0:00:00.002839", "end": "2025-11-01 08:55:05.550350", "rc": 0, "start": "2025-11-01 08:55:05.547511" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:88 Saturday 01 November 2025 08:55:05 -0400 (0:00:00.715) 0:00:28.493 ***** ok: [managed-node4] => { "changed": false, "cmd": "for dir in $(find /tmp/lsrtest_o3FfNT -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.010912", "end": "2025-11-01 08:55:06.267383", "rc": 0, "start": "2025-11-01 08:55:06.256471" } TASK [Copy unit test to remote system] ***************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:97 Saturday 01 November 2025 08:55:06 -0400 (0:00:00.653) 0:00:29.146 ***** changed: [managed-node4] => { "changed": true, "checksum": "cfb88c714a88ed32c74a0f1cde50070b4284d8d8", "dest": "/tmp/lsrtest_o3FfNT/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-1762001706.51-23251-166241247039797/source", "state": "file", "uid": 0 } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:103 Saturday 01 November 2025 08:55:08 -0400 (0:00:01.764) 0:00:30.910 ***** ok: [managed-node4] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_o3FfNT/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_o3FfNT/ansible/ansible_collections/fedora/linux_system_roles/plugins/module_utils:/tmp/lsrtest_o3FfNT/ansible_collections/fedora/linux_system_roles/plugins/module_utils:/tmp/lsrtest_o3FfNT" }, "changed": false } TASK [List the files in /tmp/lsrtest_o3FfNT] *********************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:107 Saturday 01 November 2025 08:55:08 -0400 (0:00:00.114) 0:00:31.025 ***** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_o3FfNT" ], "delta": "0:00:00.004615", "end": "2025-11-01 08:55:08.798055", "rc": 0, "start": "2025-11-01 08:55:08.793440" } STDOUT: /tmp/lsrtest_o3FfNT: total 496 -rw-------. 1 root root 276480 Nov 1 08:54 lsrtest_W6LQHh.tar -rw-r--r--. 1 root root 0 Nov 1 08:55 __init__.py drwxr-xr-x. 3 root root 4096 Nov 1 08:55 ansible/ drwxr-xr-x. 3 root root 4096 Nov 1 08:55 ansible_collections/ -rw-r--r--. 1 root root 211121 Nov 1 08:55 test_network_connections.py drwx------. 4 root root 4096 Nov 1 08:55 ./ drwxrwxrwt. 10 root root 4096 Nov 1 08:55 ../ /tmp/lsrtest_o3FfNT/ansible: total 12 -rw-r--r--. 1 root root 0 Nov 1 08:55 __init__.py drwxr-xr-x. 3 root root 4096 Nov 1 08:55 ./ drwxr-xr-x. 2 root root 4096 Nov 1 08:55 module_utils/ drwx------. 4 root root 4096 Nov 1 08:55 ../ /tmp/lsrtest_o3FfNT/ansible/module_utils: total 8 drwxr-xr-x. 3 root root 4096 Nov 1 08:55 ../ -rw-r--r--. 1 root root 0 Nov 1 08:55 __init__.py drwxr-xr-x. 2 root root 4096 Nov 1 08:55 ./ /tmp/lsrtest_o3FfNT/ansible_collections: total 12 -rw-r--r--. 1 root root 0 Nov 1 08:55 __init__.py drwxr-xr-x. 3 root root 4096 Nov 1 08:55 ./ drwxr-xr-x. 3 root root 4096 Nov 1 08:55 fedora/ drwx------. 4 root root 4096 Nov 1 08:55 ../ /tmp/lsrtest_o3FfNT/ansible_collections/fedora: total 12 drwxr-xr-x. 3 root root 4096 Nov 1 08:55 ../ -rw-r--r--. 1 root root 0 Nov 1 08:55 __init__.py drwxr-xr-x. 3 root root 4096 Nov 1 08:55 ./ drwxr-xr-x. 3 root root 4096 Nov 1 08:55 linux_system_roles/ /tmp/lsrtest_o3FfNT/ansible_collections/fedora/linux_system_roles: total 12 drwxr-xr-x. 3 root root 4096 Nov 1 08:55 ../ -rw-r--r--. 1 root root 0 Nov 1 08:55 __init__.py drwxr-xr-x. 3 root root 4096 Nov 1 08:55 ./ drwxr-xr-x. 4 root root 4096 Nov 1 08:55 plugins/ /tmp/lsrtest_o3FfNT/ansible_collections/fedora/linux_system_roles/plugins: total 16 drwxr-xr-x. 2 root root 4096 Nov 1 08:43 modules/ drwxr-xr-x. 3 root root 4096 Nov 1 08:55 ../ drwxr-xr-x. 3 root root 4096 Nov 1 08:55 module_utils/ -rw-r--r--. 1 root root 0 Nov 1 08:55 __init__.py drwxr-xr-x. 4 root root 4096 Nov 1 08:55 ./ /tmp/lsrtest_o3FfNT/ansible_collections/fedora/linux_system_roles/plugins/modules: total 120 -rw-r--r--. 1 root root 2736 Nov 1 08:43 network_state.py -rw-r--r--. 1 root root 0 Nov 1 08:43 __init__.py drwxr-xr-x. 2 root root 4096 Nov 1 08:43 ./ -rw-r--r--. 1 root root 109157 Nov 1 08:43 network_connections.py drwxr-xr-x. 4 root root 4096 Nov 1 08:55 ../ /tmp/lsrtest_o3FfNT/ansible_collections/fedora/linux_system_roles/plugins/module_utils: total 12 drwxr-xr-x. 3 root root 4096 Nov 1 08:43 network_lsr/ -rw-r--r--. 1 root root 0 Nov 1 08:55 __init__.py drwxr-xr-x. 4 root root 4096 Nov 1 08:55 ../ drwxr-xr-x. 3 root root 4096 Nov 1 08:55 ./ /tmp/lsrtest_o3FfNT/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr: total 148 drwxr-xr-x. 2 root root 4096 Nov 1 08:43 nm/ -rw-r--r--. 1 root root 190 Nov 1 08:43 myerror.py -rw-r--r--. 1 root root 0 Nov 1 08:43 __init__.py -rw-r--r--. 1 root root 1839 Nov 1 08:43 ethtool.py drwxr-xr-x. 3 root root 4096 Nov 1 08:43 ./ -rw-r--r--. 1 root root 11433 Nov 1 08:43 utils.py -rw-r--r--. 1 root root 1638 Nov 1 08:43 nm_provider.py -rw-r--r--. 1 root root 112024 Nov 1 08:43 argument_validator.py drwxr-xr-x. 3 root root 4096 Nov 1 08:55 ../ /tmp/lsrtest_o3FfNT/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm: total 32 -rw-r--r--. 1 root root 0 Nov 1 08:43 __init__.py -rw-r--r--. 1 root root 175 Nov 1 08:43 error.py drwxr-xr-x. 3 root root 4096 Nov 1 08:43 ../ drwxr-xr-x. 2 root root 4096 Nov 1 08:43 ./ -rw-r--r--. 1 root root 3292 Nov 1 08:43 provider.py -rw-r--r--. 1 root root 3638 Nov 1 08:43 connection.py -rw-r--r--. 1 root root 3072 Nov 1 08:43 client.py -rw-r--r--. 1 root root 4104 Nov 1 08:43 active_connection.py TASK [Debug the lsr Python path] *********************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:110 Saturday 01 November 2025 08:55:08 -0400 (0:00:00.694) 0:00:31.719 ***** ok: [managed-node4] => {} MSG: path /tmp/lsrtest_o3FfNT/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_o3FfNT/ansible/ansible_collections/fedora/linux_system_roles/plugins/module_utils:/tmp/lsrtest_o3FfNT/ansible_collections/fedora/linux_system_roles/plugins/module_utils:/tmp/lsrtest_o3FfNT TASK [Check if python2 is available] ******************************************* task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:114 Saturday 01 November 2025 08:55:09 -0400 (0:00:00.118) 0:00:31.837 ***** ok: [managed-node4] => { "changed": false, "cmd": [ "python2", "--version" ], "delta": "0:00:00.003143", "end": "2025-11-01 08:55:09.561261", "rc": 0, "start": "2025-11-01 08:55:09.558118" } STDERR: Python 2.7.5 TASK [Run python2 unit tests] ************************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:121 Saturday 01 November 2025 08:55:09 -0400 (0:00:00.670) 0:00:32.508 ***** fatal: [managed-node4]: FAILED! => { "changed": false, "cmd": [ "python2", "/tmp/lsrtest_o3FfNT/test_network_connections.py", "--verbose" ], "delta": "0:00:00.054132", "end": "2025-11-01 08:55:10.597477", "rc": 1, "start": "2025-11-01 08:55:10.543345" } STDERR: Traceback (most recent call last): File "/tmp/lsrtest_o3FfNT/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-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:158 Saturday 01 November 2025 08:55:10 -0400 (0:00:01.035) 0:00:33.543 ***** changed: [managed-node4 -> localhost] => { "changed": true, "path": "/tmp/lsrtest_W6LQHh.tar", "state": "absent" } TASK [Remove tempdir] ********************************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:164 Saturday 01 November 2025 08:55:11 -0400 (0:00:01.025) 0:00:34.569 ***** changed: [managed-node4] => { "changed": true, "path": "/tmp/lsrtest_o3FfNT", "state": "absent" } TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:169 Saturday 01 November 2025 08:55:12 -0400 (0:00:00.831) 0:00:35.400 ***** included: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml for managed-node4 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:6 Saturday 01 November 2025 08:55:12 -0400 (0:00:00.122) 0:00:35.523 ***** ok: [managed-node4] => { "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.006266", "end": "2025-11-01 08:55:13.400531", "rc": 0, "start": "2025-11-01 08:55:13.394265" } 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:ea:2d:fc:00:9f brd ff:ff:ff:ff:ff:ff inet 10.31.43.244/22 brd 10.31.43.255 scope global noprefixroute dynamic eth0 valid_lft 2694sec preferred_lft 2694sec inet6 fe80::cea:2dff:fefc:9f/64 scope link valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0e:e6:3a:11:32:1f brd ff:ff:ff:ff:ff:ff inet 10.31.40.222/22 brd 10.31.43.255 scope global noprefixroute dynamic eth1 valid_lft 2694sec preferred_lft 2694sec inet6 fe80::1901:f521:cab0:4480/64 scope link noprefixroute valid_lft forever preferred_lft forever 18: peerethtest0@ethtest0: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether e6:45:32:46:e7:70 brd ff:ff:ff:ff:ff:ff inet6 fe80::e445:32ff:fe46:e770/64 scope link valid_lft forever preferred_lft forever 19: ethtest0@peerethtest0: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether b6:ae:8c:8f:da:4c brd ff:ff:ff:ff:ff:ff inet6 fe80::e8bd:bb98:e066:3e94/64 scope link noprefixroute valid_lft forever preferred_lft forever 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.43.244 metric 100 10.31.40.0/22 dev eth1 proto kernel scope link src 10.31.40.222 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 ethtest0 proto kernel metric 102 pref medium fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 pref medium fe80::/64 dev peerethtest0 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-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:24 Saturday 01 November 2025 08:55:13 -0400 (0:00:00.826) 0:00:36.349 ***** ok: [managed-node4] => { "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.387163", "end": "2025-11-01 08:55:14.594802", "rc": 0, "start": "2025-11-01 08:55:14.207639" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:5270:306c:35d6:1f81 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 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 2600:1f14:fad:5c02:5270:306c:35d6:1f81 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 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::7 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 2604:1580:fe00:0:dead:beef:cafe:fed1 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 305 100 305 0 0 1464 0 --:--:-- --:--:-- --:--:-- 1466 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 1795 0 --:--:-- --:--:-- --:--:-- 1785 PLAY RECAP ********************************************************************* managed-node4 : 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.054132", "end_time": "2025-11-01 08:55:10.597477", "host": "managed-node4", "message": "non-zero return code", "rc": 1, "start_time": "2025-11-01 08:55:10.543345", "stderr": "Traceback (most recent call last):\n File \"/tmp/lsrtest_o3FfNT/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-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:121" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 01 November 2025 08:55:14 -0400 (0:00:01.147) 0:00:37.497 ***** =============================================================================== Install dependencies ---------------------------------------------------- 6.40s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:9 Gathering Facts --------------------------------------------------------- 2.63s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:3 Copy testrepo.tar to the remote system ---------------------------------- 2.55s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:60 Create subdirectory '/ansible/module_utils' under '/tmp/lsrtest_o3FfNT' --- 2.50s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:72 Untar testrepo.tar ------------------------------------------------------ 2.46s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:66 Copy unit test to remote system ----------------------------------------- 1.76s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:97 Find parent directory and path of module_utils -------------------------- 1.54s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:71 Check if system is ostree ----------------------------------------------- 1.52s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Find parent directory and path of modules ------------------------------- 1.44s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:42 Get tempfile for tar ---------------------------------------------------- 1.20s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:34 Gathering Facts --------------------------------------------------------- 1.18s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:23 Verify DNS and network connectivity ------------------------------------- 1.15s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:24 Create tempdir for code to test ----------------------------------------- 1.13s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:28 Run python2 unit tests -------------------------------------------------- 1.04s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:121 Remove local tar file --------------------------------------------------- 1.03s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:158 Gather the minimum subset of ansible_facts required by the network role test --- 1.00s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Create Tar file --------------------------------------------------------- 0.95s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:48 Remove tempdir ---------------------------------------------------------- 0.83s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:164 Check routes and DNS ---------------------------------------------------- 0.83s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:6 Move module_utils to ansible directory ---------------------------------- 0.72s /tmp/collections-fAL/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:81 -- Logs begin at Sat 2025-11-01 08:39:55 EDT, end at Sat 2025-11-01 08:55:16 EDT. -- Nov 01 08:54:34 managed-node4 sshd[25505]: Accepted publickey for root from 10.31.41.129 port 58364 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Nov 01 08:54:34 managed-node4 systemd-logind[512]: New session 15 of user root. -- Subject: A new session 15 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 15 has been created for the user root. -- -- The leading process of the session is 25505. Nov 01 08:54:34 managed-node4 systemd[1]: Started Session 15 of user root. -- Subject: Unit session-15.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-15.scope has finished starting up. -- -- The start-up result is done. Nov 01 08:54:34 managed-node4 sshd[25505]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 01 08:54:34 managed-node4 sshd[25505]: Received disconnect from 10.31.41.129 port 58364:11: disconnected by user Nov 01 08:54:34 managed-node4 sshd[25505]: Disconnected from 10.31.41.129 port 58364 Nov 01 08:54:34 managed-node4 sshd[25505]: pam_unix(sshd:session): session closed for user root Nov 01 08:54:34 managed-node4 systemd-logind[512]: Removed session 15. -- Subject: Session 15 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 15 has been terminated. Nov 01 08:54:39 managed-node4 ansible-setup[25569]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Nov 01 08:54:41 managed-node4 ansible-setup[25655]: Invoked with filter=* gather_subset=['min'] fact_path=/etc/ansible/facts.d gather_timeout=10 Nov 01 08:54:42 managed-node4 ansible-stat[25711]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Nov 01 08:54:43 managed-node4 dhclient[24837]: DHCPDISCOVER on ethtest0 to 255.255.255.255 port 67 interval 16 (xid=0x3d59ffbc) Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.5822] dhcp4 (ethtest0): request timed out Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.5826] dhcp4 (ethtest0): state changed unknown -> timeout Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.5921] dhcp4 (ethtest0): canceled DHCP transaction, DHCP client pid 24837 Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.5922] dhcp4 (ethtest0): state changed timeout -> done Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.5924] device (ethtest0): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed') Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.5930] device (ethtest0): Activation: failed for connection 'Wired connection 2' Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.5932] device (ethtest0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed') Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.5962] policy: auto-activating connection 'Wired connection 2' (9140b1ac-adeb-3207-826c-91c60cbf30fd) Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.5967] device (ethtest0): Activation: starting connection 'Wired connection 2' (9140b1ac-adeb-3207-826c-91c60cbf30fd) Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.5968] device (ethtest0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.5972] device (ethtest0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.5978] device (ethtest0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.5982] dhcp4 (ethtest0): activation: beginning transaction (timeout in 45 seconds) Nov 01 08:54:43 managed-node4 NetworkManager[580]: [1762001683.6016] dhcp4 (ethtest0): dhclient started with pid 25726 Nov 01 08:54:43 managed-node4 dhclient[25726]: DHCPDISCOVER on ethtest0 to 255.255.255.255 port 67 interval 7 (xid=0x7c299bac) Nov 01 08:54:44 managed-node4 ansible-yum[25766]: 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 Nov 01 08:54:45 managed-node4 ansible-yum[25819]: 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 Nov 01 08:54:46 managed-node4 ansible-yum[25871]: 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 Nov 01 08:54:48 managed-node4 ansible-yum[25923]: 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 Nov 01 08:54:49 managed-node4 ansible-yum[25976]: 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 Nov 01 08:54:50 managed-node4 ansible-setup[26028]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Nov 01 08:54:50 managed-node4 dhclient[25726]: DHCPDISCOVER on ethtest0 to 255.255.255.255 port 67 interval 8 (xid=0x7c299bac) Nov 01 08:54:51 managed-node4 ansible-tempfile[26114]: Invoked with path=None prefix=lsrtest_ suffix= state=directory Nov 01 08:54:58 managed-node4 ansible-stat[26163]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/tmp/lsrtest_o3FfNT get_md5=False get_mime=True get_attributes=True Nov 01 08:54:58 managed-node4 ansible-stat[26189]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/tmp/lsrtest_o3FfNT/lsrtest_W6LQHh.tar get_md5=False get_mime=True get_attributes=True Nov 01 08:54:58 managed-node4 dhclient[25726]: DHCPDISCOVER on ethtest0 to 255.255.255.255 port 67 interval 8 (xid=0x7c299bac) Nov 01 08:54:59 managed-node4 ansible-copy[26225]: Invoked with directory_mode=None force=True remote_src=None _original_basename=lsrtest_W6LQHh.tar owner=None follow=False local_follow=None group=None unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None dest=/tmp/lsrtest_o3FfNT selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1762001697.77-22698-53763547086355/source checksum=d269cf05075353cdb28b4eda1ca5111ac86972bd seuser=None delimiter=None mode=0600 attributes=None backup=False Nov 01 08:55:00 managed-node4 ansible-stat[26274]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=True path=/tmp/lsrtest_o3FfNT get_md5=False get_mime=True get_attributes=True Nov 01 08:55:02 managed-node4 ansible-unarchive[26300]: 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_o3FfNT selevel=None regexp=None src=/tmp/lsrtest_o3FfNT/lsrtest_W6LQHh.tar validate_certs=True list_files=False seuser=None creates=None delimiter=None mode=None attributes=None backup=None Nov 01 08:55:04 managed-node4 ansible-file[26361]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/tmp/lsrtest_o3FfNT/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 Nov 01 08:55:04 managed-node4 systemd[1]: Starting Cleanup of Temporary Directories... -- Subject: Unit systemd-tmpfiles-clean.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-clean.service has begun starting up. Nov 01 08:55:04 managed-node4 systemd[1]: Started Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-clean.service has finished starting up. -- -- The start-up result is done. Nov 01 08:55:04 managed-node4 ansible-file[26412]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/tmp/lsrtest_o3FfNT/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 Nov 01 08:55:05 managed-node4 ansible-command[26461]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=if [ -d /tmp/lsrtest_o3FfNT/module_utils ]; then mv /tmp/lsrtest_o3FfNT/module_utils /tmp/lsrtest_o3FfNT/ansible fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Nov 01 08:55:06 managed-node4 ansible-command[26511]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=for dir in $(find /tmp/lsrtest_o3FfNT -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 Nov 01 08:55:06 managed-node4 dhclient[25726]: DHCPDISCOVER on ethtest0 to 255.255.255.255 port 67 interval 7 (xid=0x7c299bac) Nov 01 08:55:07 managed-node4 ansible-stat[26571]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/tmp/lsrtest_o3FfNT get_md5=False get_mime=True get_attributes=True Nov 01 08:55:07 managed-node4 ansible-stat[26597]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/tmp/lsrtest_o3FfNT/test_network_connections.py get_md5=False get_mime=True get_attributes=True Nov 01 08:55:08 managed-node4 ansible-copy[26633]: 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_o3FfNT selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1762001706.51-23251-166241247039797/source checksum=cfb88c714a88ed32c74a0f1cde50070b4284d8d8 seuser=None delimiter=None mode=0644 attributes=None backup=False Nov 01 08:55:08 managed-node4 ansible-command[26682]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=ls -alrtFR /tmp/lsrtest_o3FfNT removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Nov 01 08:55:09 managed-node4 ansible-command[26732]: 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 Nov 01 08:55:10 managed-node4 ansible-command[26782]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=python2 /tmp/lsrtest_o3FfNT/test_network_connections.py --verbose removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Nov 01 08:55:12 managed-node4 ansible-file[26831]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/tmp/lsrtest_o3FfNT 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 Nov 01 08:55:13 managed-node4 ansible-command[26880]: 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 Nov 01 08:55:13 managed-node4 dhclient[25726]: DHCPDISCOVER on ethtest0 to 255.255.255.255 port 67 interval 12 (xid=0x7c299bac) Nov 01 08:55:14 managed-node4 ansible-command[26934]: 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 Nov 01 08:55:15 managed-node4 sshd[26950]: Accepted publickey for root from 10.31.41.129 port 58382 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Nov 01 08:55:15 managed-node4 systemd-logind[512]: 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 26950. Nov 01 08:55:15 managed-node4 sshd[26950]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 01 08:55:15 managed-node4 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. Nov 01 08:55:15 managed-node4 sshd[26950]: Received disconnect from 10.31.41.129 port 58382:11: disconnected by user Nov 01 08:55:15 managed-node4 sshd[26950]: Disconnected from 10.31.41.129 port 58382 Nov 01 08:55:15 managed-node4 sshd[26950]: pam_unix(sshd:session): session closed for user root Nov 01 08:55:15 managed-node4 systemd-logind[512]: 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. Nov 01 08:55:16 managed-node4 sshd[26960]: Accepted publickey for root from 10.31.41.129 port 58384 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Nov 01 08:55:16 managed-node4 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. Nov 01 08:55:16 managed-node4 systemd-logind[512]: 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 26960. Nov 01 08:55:16 managed-node4 sshd[26960]: pam_unix(sshd:session): session opened for user root by (uid=0)