# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_auto_gateway_initscripts.yml *********************************** 2 plays in /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tests_auto_gateway_initscripts.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tests_auto_gateway_initscripts.yml:5 Monday 12 February 2024 23:02:28 +0000 (0:00:00.015) 0:00:00.015 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tests_auto_gateway_initscripts.yml:8 Monday 12 February 2024 23:02:29 +0000 (0:00:00.924) 0:00:00.940 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tasks/el_repo_setup.yml:3 Monday 12 February 2024 23:02:29 +0000 (0:00:00.011) 0:00:00.952 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tasks/el_repo_setup.yml:17 Monday 12 February 2024 23:02:29 +0000 (0:00:00.391) 0:00:01.344 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tasks/el_repo_setup.yml:22 Monday 12 February 2024 23:02:29 +0000 (0:00:00.256) 0:00:01.600 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tasks/el_repo_setup.yml:26 Monday 12 February 2024 23:02:29 +0000 (0:00:00.016) 0:00:01.616 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tasks/el_repo_setup.yml:51 Monday 12 February 2024 23:02:29 +0000 (0:00:00.009) 0:00:01.626 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tasks/enable_epel.yml:8 Monday 12 February 2024 23:02:29 +0000 (0:00:00.021) 0:00:01.647 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tasks/enable_epel.yml:24 Monday 12 February 2024 23:02:30 +0000 (0:00:00.260) 0:00:01.908 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tasks/enable_epel.yml:30 Monday 12 February 2024 23:02:30 +0000 (0:00:00.019) 0:00:01.928 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tasks/enable_epel.yml:35 Monday 12 February 2024 23:02:30 +0000 (0:00:00.009) 0:00:01.937 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.252112", "end": "2024-02-12 23:02:30.703316", "rc": 0, "start": "2024-02-12 23:02:30.451204" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tasks/enable_epel.yml:40 Monday 12 February 2024 23:02:30 +0000 (0:00:00.455) 0:00:02.393 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tests_auto_gateway_initscripts.yml:10 Monday 12 February 2024 23:02:30 +0000 (0:00:00.008) 0:00:02.402 ******* ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:3 Monday 12 February 2024 23:02:30 +0000 (0:00:00.017) 0:00:02.420 ******* ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:9 Monday 12 February 2024 23:02:31 +0000 (0:00:00.652) 0:00:03.072 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml:3 Monday 12 February 2024 23:02:31 +0000 (0:00:00.035) 0:00:03.108 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 12 February 2024 23:02:31 +0000 (0:00:00.023) 0:00:03.131 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003495", "end": "2024-02-12 23:02:31.677325", "rc": 0, "start": "2024-02-12 23:02:31.673830" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 12 February 2024 23:02:31 +0000 (0:00:00.249) 0:00:03.381 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml:5 Monday 12 February 2024 23:02:31 +0000 (0:00:00.022) 0:00:03.403 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:11 Monday 12 February 2024 23:02:31 +0000 (0:00:00.025) 0:00:03.429 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:3 Monday 12 February 2024 23:02:31 +0000 (0:00:00.066) 0:00:03.495 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:8 Monday 12 February 2024 23:02:31 +0000 (0:00:00.020) 0:00:03.515 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:13 Monday 12 February 2024 23:02:31 +0000 (0:00:00.023) 0:00:03.539 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml:3 Monday 12 February 2024 23:02:31 +0000 (0:00:00.020) 0:00:03.560 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 12 February 2024 23:02:31 +0000 (0:00:00.021) 0:00:03.582 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003557", "end": "2024-02-12 23:02:32.147629", "rc": 0, "start": "2024-02-12 23:02:32.144072" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 12 February 2024 23:02:32 +0000 (0:00:00.255) 0:00:03.837 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml:5 Monday 12 February 2024 23:02:32 +0000 (0:00:00.042) 0:00:03.879 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:16 Monday 12 February 2024 23:02:32 +0000 (0:00:00.029) 0:00:03.909 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:27 Monday 12 February 2024 23:02:35 +0000 (0:00:02.909) 0:00:06.818 ******* ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.021092", "end": "2024-02-12 23:02:35.360561", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-12 23:02:35.339469" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004388", "end": "2024-02-12 23:02:35.595721", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-12 23:02:35.591333" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004506", "end": "2024-02-12 23:02:35.791269", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-12 23:02:35.786763" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:35 Monday 12 February 2024 23:02:35 +0000 (0:00:00.666) 0:00:07.484 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.123176", "end": "2024-02-12 23:02:36.137754", "rc": 0, "start": "2024-02-12 23:02:36.014578" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:43 Monday 12 February 2024 23:02:36 +0000 (0:00:00.351) 0:00:07.836 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:49 Monday 12 February 2024 23:02:36 +0000 (0:00:00.020) 0:00:07.857 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:54 Monday 12 February 2024 23:02:36 +0000 (0:00:00.025) 0:00:07.882 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:60 Monday 12 February 2024 23:02:36 +0000 (0:00:00.033) 0:00:07.916 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:65 Monday 12 February 2024 23:02:36 +0000 (0:00:00.020) 0:00:07.936 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:15 Monday 12 February 2024 23:02:36 +0000 (0:00:00.019) 0:00:07.955 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_device_present.yml:3 Monday 12 February 2024 23:02:36 +0000 (0:00:00.037) 0:00:07.992 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 12 February 2024 23:02:36 +0000 (0:00:00.020) 0:00:08.013 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707778955.3505266, "block_size": 4096, "blocks": 0, "ctime": 1707778955.3505266, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21678, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1707778955.3505266, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_device_present.yml:5 Monday 12 February 2024 23:02:36 +0000 (0:00:00.207) 0:00:08.221 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:17 Monday 12 February 2024 23:02:36 +0000 (0:00:00.021) 0:00:08.242 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 12 February 2024 23:02:36 +0000 (0:00:00.019) 0:00:08.262 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 12 February 2024 23:02:36 +0000 (0:00:00.032) 0:00:08.294 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 12 February 2024 23:02:36 +0000 (0:00:00.019) 0:00:08.313 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 12 February 2024 23:02:36 +0000 (0:00:00.020) 0:00:08.333 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 12 February 2024 23:02:36 +0000 (0:00:00.019) 0:00:08.352 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 12 February 2024 23:02:38 +0000 (0:00:01.697) 0:00:10.050 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 12 February 2024 23:02:40 +0000 (0:00:01.666) 0:00:11.716 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 12 February 2024 23:02:40 +0000 (0:00:00.035) 0:00:11.752 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 12 February 2024 23:02:40 +0000 (0:00:00.053) 0:00:11.805 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 12 February 2024 23:02:40 +0000 (0:00:00.034) 0:00:11.839 ******* changed: [sut] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: network-scripts-team-1.31-4.el8.x86_64", "Installed: network-scripts-10.00.18-1.el8.x86_64" ] } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 12 February 2024 23:02:44 +0000 (0:00:04.510) 0:00:16.350 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 12 February 2024 23:02:44 +0000 (0:00:00.029) 0:00:16.380 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 12 February 2024 23:02:44 +0000 (0:00:00.037) 0:00:16.417 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 12 February 2024 23:02:44 +0000 (0:00:00.108) 0:00:16.526 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 12 February 2024 23:02:44 +0000 (0:00:00.056) 0:00:16.582 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 12 February 2024 23:02:44 +0000 (0:00:00.038) 0:00:16.621 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 12 February 2024 23:02:45 +0000 (0:00:00.888) 0:00:17.510 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2317m62qe7hd/tmp1tu90syh" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 12 February 2024 23:02:46 +0000 (0:00:00.321) 0:00:17.832 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 12 February 2024 23:02:52 +0000 (0:00:06.744) 0:00:24.576 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 12 February 2024 23:02:52 +0000 (0:00:00.031) 0:00:24.608 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 12 February 2024 23:02:52 +0000 (0:00:00.035) 0:00:24.644 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 12 February 2024 23:02:53 +0000 (0:00:00.043) 0:00:24.687 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 12 February 2024 23:02:53 +0000 (0:00:00.060) 0:00:24.748 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:42 Monday 12 February 2024 23:02:53 +0000 (0:00:00.372) 0:00:25.120 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_device_present.yml:3 Monday 12 February 2024 23:02:53 +0000 (0:00:00.075) 0:00:25.196 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 12 February 2024 23:02:53 +0000 (0:00:00.104) 0:00:25.301 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707778955.3505266, "block_size": 4096, "blocks": 0, "ctime": 1707778955.3505266, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21678, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1707778955.3505266, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_device_present.yml:5 Monday 12 February 2024 23:02:53 +0000 (0:00:00.229) 0:00:25.530 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:44 Monday 12 February 2024 23:02:53 +0000 (0:00:00.061) 0:00:25.591 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 12 February 2024 23:02:53 +0000 (0:00:00.052) 0:00:25.644 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 12 February 2024 23:02:54 +0000 (0:00:00.043) 0:00:25.688 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 12 February 2024 23:02:54 +0000 (0:00:00.028) 0:00:25.716 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707778966.5860338, "block_size": 4096, "blocks": 8, "ctime": 1707778966.5640347, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5899592, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1707778966.5640347, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 12 February 2024 23:02:54 +0000 (0:00:00.211) 0:00:25.927 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 12 February 2024 23:02:54 +0000 (0:00:00.029) 0:00:25.957 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022608", "end": "2024-02-12 23:02:54.493306", "rc": 1, "start": "2024-02-12 23:02:54.470698" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 12 February 2024 23:02:54 +0000 (0:00:00.236) 0:00:26.193 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 12 February 2024 23:02:54 +0000 (0:00:00.029) 0:00:26.223 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003399", "end": "2024-02-12 23:02:54.742661", "rc": 0, "start": "2024-02-12 23:02:54.739262" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 12 February 2024 23:02:54 +0000 (0:00:00.220) 0:00:26.443 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 12 February 2024 23:02:54 +0000 (0:00:00.032) 0:00:26.476 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003660", "end": "2024-02-12 23:02:54.997611", "rc": 0, "start": "2024-02-12 23:02:54.993951" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 12 February 2024 23:02:55 +0000 (0:00:00.221) 0:00:26.697 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 12 February 2024 23:02:55 +0000 (0:00:00.033) 0:00:26.730 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 12 February 2024 23:02:55 +0000 (0:00:00.030) 0:00:26.761 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 12 February 2024 23:02:55 +0000 (0:00:00.031) 0:00:26.792 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:48 Monday 12 February 2024 23:02:55 +0000 (0:00:00.028) 0:00:26.821 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003994", "end": "2024-02-12 23:02:55.338461", "rc": 0, "start": "2024-02-12 23:02:55.334467" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.38 metric 100 default via 203.0.113.1 dev veth0 metric 65535 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.38 metric 100 169.254.0.0/16 dev veth0 scope link metric 1004 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:52 Monday 12 February 2024 23:02:55 +0000 (0:00:00.216) 0:00:27.037 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:58 Monday 12 February 2024 23:02:55 +0000 (0:00:00.057) 0:00:27.095 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004147", "end": "2024-02-12 23:02:55.612592", "rc": 0, "start": "2024-02-12 23:02:55.608445" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 256 pref medium default via 2001:db8::1 dev veth0 metric 1 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:62 Monday 12 February 2024 23:02:55 +0000 (0:00:00.215) 0:00:27.310 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:69 Monday 12 February 2024 23:02:55 +0000 (0:00:00.027) 0:00:27.338 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 12 February 2024 23:02:55 +0000 (0:00:00.030) 0:00:27.368 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 12 February 2024 23:02:55 +0000 (0:00:00.046) 0:00:27.415 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 12 February 2024 23:02:55 +0000 (0:00:00.035) 0:00:27.450 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 12 February 2024 23:02:55 +0000 (0:00:00.035) 0:00:27.486 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 12 February 2024 23:02:55 +0000 (0:00:00.031) 0:00:27.518 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 12 February 2024 23:02:57 +0000 (0:00:01.656) 0:00:29.175 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 12 February 2024 23:02:58 +0000 (0:00:01.370) 0:00:30.545 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 12 February 2024 23:02:58 +0000 (0:00:00.048) 0:00:30.594 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 12 February 2024 23:02:58 +0000 (0:00:00.032) 0:00:30.627 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 12 February 2024 23:02:58 +0000 (0:00:00.036) 0:00:30.663 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 12 February 2024 23:02:59 +0000 (0:00:00.057) 0:00:30.721 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 12 February 2024 23:02:59 +0000 (0:00:00.034) 0:00:30.755 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 12 February 2024 23:02:59 +0000 (0:00:00.110) 0:00:30.866 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 12 February 2024 23:02:59 +0000 (0:00:00.038) 0:00:30.905 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 12 February 2024 23:02:59 +0000 (0:00:00.036) 0:00:30.941 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 12 February 2024 23:02:59 +0000 (0:00:00.028) 0:00:30.970 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 12 February 2024 23:02:59 +0000 (0:00:00.403) 0:00:31.374 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2317m62qe7hd/tmpvuh1deiw" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 12 February 2024 23:03:00 +0000 (0:00:00.438) 0:00:31.812 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 12 February 2024 23:03:00 +0000 (0:00:00.456) 0:00:32.269 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 12 February 2024 23:03:00 +0000 (0:00:00.036) 0:00:32.305 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 12 February 2024 23:03:00 +0000 (0:00:00.033) 0:00:32.338 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 12 February 2024 23:03:00 +0000 (0:00:00.033) 0:00:32.372 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 12 February 2024 23:03:00 +0000 (0:00:00.040) 0:00:32.412 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:81 Monday 12 February 2024 23:03:00 +0000 (0:00:00.230) 0:00:32.643 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:3 Monday 12 February 2024 23:03:01 +0000 (0:00:00.065) 0:00:32.709 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:8 Monday 12 February 2024 23:03:01 +0000 (0:00:00.058) 0:00:32.768 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:13 Monday 12 February 2024 23:03:01 +0000 (0:00:00.038) 0:00:32.807 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml:3 Monday 12 February 2024 23:03:01 +0000 (0:00:00.090) 0:00:32.897 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 12 February 2024 23:03:01 +0000 (0:00:00.049) 0:00:32.946 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003522", "end": "2024-02-12 23:03:01.484571", "rc": 0, "start": "2024-02-12 23:03:01.481049" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 12 February 2024 23:03:01 +0000 (0:00:00.252) 0:00:33.199 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml:5 Monday 12 February 2024 23:03:01 +0000 (0:00:00.051) 0:00:33.250 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:16 Monday 12 February 2024 23:03:01 +0000 (0:00:00.040) 0:00:33.291 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:27 Monday 12 February 2024 23:03:04 +0000 (0:00:02.666) 0:00:35.957 ******* skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:35 Monday 12 February 2024 23:03:04 +0000 (0:00:00.042) 0:00:35.999 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:43 Monday 12 February 2024 23:03:04 +0000 (0:00:00.032) 0:00:36.032 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.011964", "end": "2024-02-12 23:03:04.568778", "rc": 0, "start": "2024-02-12 23:03:04.556814" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:49 Monday 12 February 2024 23:03:04 +0000 (0:00:00.252) 0:00:36.285 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:54 Monday 12 February 2024 23:03:04 +0000 (0:00:00.058) 0:00:36.343 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:60 Monday 12 February 2024 23:03:04 +0000 (0:00:00.031) 0:00:36.375 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:65 Monday 12 February 2024 23:03:04 +0000 (0:00:00.043) 0:00:36.418 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:85 Monday 12 February 2024 23:03:04 +0000 (0:00:00.032) 0:00:36.451 ******* ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:89 Monday 12 February 2024 23:03:04 +0000 (0:00:00.037) 0:00:36.489 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:3 Monday 12 February 2024 23:03:04 +0000 (0:00:00.072) 0:00:36.561 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:8 Monday 12 February 2024 23:03:04 +0000 (0:00:00.072) 0:00:36.634 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:13 Monday 12 February 2024 23:03:04 +0000 (0:00:00.032) 0:00:36.667 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml:3 Monday 12 February 2024 23:03:05 +0000 (0:00:00.042) 0:00:36.709 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 12 February 2024 23:03:05 +0000 (0:00:00.056) 0:00:36.766 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003573", "end": "2024-02-12 23:03:05.301053", "rc": 0, "start": "2024-02-12 23:03:05.297480" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 12 February 2024 23:03:05 +0000 (0:00:00.246) 0:00:37.013 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml:5 Monday 12 February 2024 23:03:05 +0000 (0:00:00.067) 0:00:37.080 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:16 Monday 12 February 2024 23:03:05 +0000 (0:00:00.040) 0:00:37.121 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:27 Monday 12 February 2024 23:03:08 +0000 (0:00:02.613) 0:00:39.735 ******* ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.012394", "end": "2024-02-12 23:03:08.267164", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-12 23:03:08.254770" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004482", "end": "2024-02-12 23:03:08.525116", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-12 23:03:08.520634" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004586", "end": "2024-02-12 23:03:08.724879", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-12 23:03:08.720293" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:35 Monday 12 February 2024 23:03:08 +0000 (0:00:00.693) 0:00:40.428 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.023228", "end": "2024-02-12 23:03:08.966509", "rc": 0, "start": "2024-02-12 23:03:08.943281" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:43 Monday 12 February 2024 23:03:08 +0000 (0:00:00.238) 0:00:40.667 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:49 Monday 12 February 2024 23:03:09 +0000 (0:00:00.030) 0:00:40.697 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:54 Monday 12 February 2024 23:03:09 +0000 (0:00:00.032) 0:00:40.730 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:60 Monday 12 February 2024 23:03:09 +0000 (0:00:00.036) 0:00:40.767 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:65 Monday 12 February 2024 23:03:09 +0000 (0:00:00.030) 0:00:40.797 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 12 February 2024 23:03:09 +0000 (0:00:00.030) 0:00:40.828 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 12 February 2024 23:03:09 +0000 (0:00:00.097) 0:00:40.925 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 12 February 2024 23:03:09 +0000 (0:00:00.053) 0:00:40.978 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 12 February 2024 23:03:09 +0000 (0:00:00.037) 0:00:41.016 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 12 February 2024 23:03:09 +0000 (0:00:00.032) 0:00:41.048 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 12 February 2024 23:03:11 +0000 (0:00:01.650) 0:00:42.699 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 12 February 2024 23:03:12 +0000 (0:00:01.375) 0:00:44.074 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 12 February 2024 23:03:12 +0000 (0:00:00.031) 0:00:44.106 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 12 February 2024 23:03:12 +0000 (0:00:00.033) 0:00:44.140 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 12 February 2024 23:03:12 +0000 (0:00:00.046) 0:00:44.187 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 12 February 2024 23:03:12 +0000 (0:00:00.067) 0:00:44.254 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 12 February 2024 23:03:12 +0000 (0:00:00.034) 0:00:44.289 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 12 February 2024 23:03:12 +0000 (0:00:00.042) 0:00:44.332 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 12 February 2024 23:03:12 +0000 (0:00:00.042) 0:00:44.374 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 12 February 2024 23:03:12 +0000 (0:00:00.055) 0:00:44.430 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 12 February 2024 23:03:12 +0000 (0:00:00.055) 0:00:44.485 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 12 February 2024 23:03:13 +0000 (0:00:00.443) 0:00:44.929 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2317m62qe7hd/tmpukxp30b1" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 12 February 2024 23:03:13 +0000 (0:00:00.460) 0:00:45.389 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 12 February 2024 23:03:20 +0000 (0:00:06.586) 0:00:51.975 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 12 February 2024 23:03:20 +0000 (0:00:00.031) 0:00:52.007 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 12 February 2024 23:03:20 +0000 (0:00:00.041) 0:00:52.049 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 12 February 2024 23:03:20 +0000 (0:00:00.046) 0:00:52.095 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 12 February 2024 23:03:20 +0000 (0:00:00.033) 0:00:52.128 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:110 Monday 12 February 2024 23:03:20 +0000 (0:00:00.235) 0:00:52.364 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_device_present.yml:3 Monday 12 February 2024 23:03:20 +0000 (0:00:00.087) 0:00:52.452 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 12 February 2024 23:03:20 +0000 (0:00:00.041) 0:00:52.494 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707778988.258673, "block_size": 4096, "blocks": 0, "ctime": 1707778988.258673, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22264, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1707778988.258673, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_device_present.yml:5 Monday 12 February 2024 23:03:21 +0000 (0:00:00.235) 0:00:52.729 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:112 Monday 12 February 2024 23:03:21 +0000 (0:00:00.037) 0:00:52.767 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 12 February 2024 23:03:21 +0000 (0:00:00.075) 0:00:52.842 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 12 February 2024 23:03:21 +0000 (0:00:00.087) 0:00:52.929 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 12 February 2024 23:03:21 +0000 (0:00:00.033) 0:00:52.963 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707778994.0701072, "block_size": 4096, "blocks": 8, "ctime": 1707778994.0491078, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5899592, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1707778994.0491078, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 263, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 12 February 2024 23:03:21 +0000 (0:00:00.226) 0:00:53.189 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 12 February 2024 23:03:21 +0000 (0:00:00.033) 0:00:53.222 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021523", "end": "2024-02-12 23:03:21.769194", "rc": 1, "start": "2024-02-12 23:03:21.747671" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 12 February 2024 23:03:21 +0000 (0:00:00.251) 0:00:53.474 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 12 February 2024 23:03:21 +0000 (0:00:00.075) 0:00:53.549 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003582", "end": "2024-02-12 23:03:22.129739", "rc": 0, "start": "2024-02-12 23:03:22.126157" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 12 February 2024 23:03:22 +0000 (0:00:00.294) 0:00:53.843 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 12 February 2024 23:03:22 +0000 (0:00:00.053) 0:00:53.897 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003523", "end": "2024-02-12 23:03:22.422724", "rc": 0, "start": "2024-02-12 23:03:22.419201" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 12 February 2024 23:03:22 +0000 (0:00:00.235) 0:00:54.132 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 12 February 2024 23:03:22 +0000 (0:00:00.038) 0:00:54.170 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 12 February 2024 23:03:22 +0000 (0:00:00.038) 0:00:54.209 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 12 February 2024 23:03:22 +0000 (0:00:00.031) 0:00:54.241 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:116 Monday 12 February 2024 23:03:22 +0000 (0:00:00.029) 0:00:54.270 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003990", "end": "2024-02-12 23:03:22.788375", "rc": 0, "start": "2024-02-12 23:03:22.784385" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.38 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.38 metric 100 169.254.0.0/16 dev veth0 scope link metric 1006 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:120 Monday 12 February 2024 23:03:22 +0000 (0:00:00.216) 0:00:54.486 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:126 Monday 12 February 2024 23:03:22 +0000 (0:00:00.030) 0:00:54.517 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003981", "end": "2024-02-12 23:03:23.035906", "rc": 0, "start": "2024-02-12 23:03:23.031925" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 256 pref medium default via 2001:db8::1 dev veth0 metric 1 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:130 Monday 12 February 2024 23:03:23 +0000 (0:00:00.225) 0:00:54.743 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:137 Monday 12 February 2024 23:03:23 +0000 (0:00:00.032) 0:00:54.776 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 12 February 2024 23:03:23 +0000 (0:00:00.031) 0:00:54.807 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 12 February 2024 23:03:23 +0000 (0:00:00.087) 0:00:54.895 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 12 February 2024 23:03:23 +0000 (0:00:00.051) 0:00:54.947 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 12 February 2024 23:03:23 +0000 (0:00:00.035) 0:00:54.983 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 12 February 2024 23:03:23 +0000 (0:00:00.031) 0:00:55.014 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 12 February 2024 23:03:24 +0000 (0:00:01.621) 0:00:56.636 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 12 February 2024 23:03:26 +0000 (0:00:01.364) 0:00:58.000 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 12 February 2024 23:03:26 +0000 (0:00:00.062) 0:00:58.063 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 12 February 2024 23:03:26 +0000 (0:00:00.046) 0:00:58.110 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 12 February 2024 23:03:26 +0000 (0:00:00.045) 0:00:58.155 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 12 February 2024 23:03:26 +0000 (0:00:00.074) 0:00:58.229 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 12 February 2024 23:03:26 +0000 (0:00:00.080) 0:00:58.309 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 12 February 2024 23:03:26 +0000 (0:00:00.047) 0:00:58.357 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 12 February 2024 23:03:26 +0000 (0:00:00.045) 0:00:58.402 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 12 February 2024 23:03:26 +0000 (0:00:00.044) 0:00:58.447 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 12 February 2024 23:03:26 +0000 (0:00:00.041) 0:00:58.488 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 12 February 2024 23:03:27 +0000 (0:00:00.576) 0:00:59.064 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2317m62qe7hd/tmp9v2slgg9" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 12 February 2024 23:03:27 +0000 (0:00:00.342) 0:00:59.406 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 12 February 2024 23:03:28 +0000 (0:00:00.458) 0:00:59.865 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 12 February 2024 23:03:28 +0000 (0:00:00.031) 0:00:59.896 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 12 February 2024 23:03:28 +0000 (0:00:00.030) 0:00:59.927 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 12 February 2024 23:03:28 +0000 (0:00:00.031) 0:00:59.958 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 12 February 2024 23:03:28 +0000 (0:00:00.030) 0:00:59.989 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:149 Monday 12 February 2024 23:03:28 +0000 (0:00:00.236) 0:01:00.225 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:3 Monday 12 February 2024 23:03:28 +0000 (0:00:00.066) 0:01:00.292 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:8 Monday 12 February 2024 23:03:28 +0000 (0:00:00.033) 0:01:00.325 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:13 Monday 12 February 2024 23:03:28 +0000 (0:00:00.040) 0:01:00.366 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml:3 Monday 12 February 2024 23:03:28 +0000 (0:00:00.050) 0:01:00.417 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 12 February 2024 23:03:28 +0000 (0:00:00.054) 0:01:00.472 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003605", "end": "2024-02-12 23:03:29.003560", "rc": 0, "start": "2024-02-12 23:03:28.999955" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 12 February 2024 23:03:29 +0000 (0:00:00.272) 0:01:00.744 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/show_interfaces.yml:5 Monday 12 February 2024 23:03:29 +0000 (0:00:00.031) 0:01:00.776 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:16 Monday 12 February 2024 23:03:29 +0000 (0:00:00.031) 0:01:00.808 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:27 Monday 12 February 2024 23:03:31 +0000 (0:00:02.569) 0:01:03.377 ******* skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:35 Monday 12 February 2024 23:03:31 +0000 (0:00:00.037) 0:01:03.414 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:43 Monday 12 February 2024 23:03:31 +0000 (0:00:00.029) 0:01:03.444 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.010641", "end": "2024-02-12 23:03:31.968217", "rc": 0, "start": "2024-02-12 23:03:31.957576" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:49 Monday 12 February 2024 23:03:32 +0000 (0:00:00.239) 0:01:03.684 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:54 Monday 12 February 2024 23:03:32 +0000 (0:00:00.036) 0:01:03.720 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:60 Monday 12 February 2024 23:03:32 +0000 (0:00:00.035) 0:01:03.756 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:65 Monday 12 February 2024 23:03:32 +0000 (0:00:00.045) 0:01:03.802 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:153 Monday 12 February 2024 23:03:32 +0000 (0:00:00.060) 0:01:03.863 ******* included: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Verify DNS and ping still work] ****************************************** task path: /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/check_network_dns.yml:6 Monday 12 February 2024 23:03:32 +0000 (0:00:00.097) 0:01:03.960 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip 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\ntype -p resolvectl && resolvectl\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.016931", "end": "2024-02-12 23:03:32.501125", "rc": 1, "start": "2024-02-12 23:03:32.484194" } 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 02:0f:54:4b:c7:d7 brd ff:ff:ff:ff:ff:ff inet 10.31.47.38/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 2815sec preferred_lft 2815sec inet6 fe80::f:54ff:fe4b:c7d7/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.38 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.38 metric 100 RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 /usr/bin/resolvectl STDERR: Failed to get global data: Unit dbus-org.freedesktop.resolve1.service not found. MSG: non-zero return code to retry, use: --limit @/tmp/tests_auto_gateway_initscripts.retry PLAY RECAP ********************************************************************* sut : ok=139 changed=6 unreachable=0 failed=1 skipped=89 rescued=0 ignored=2 Monday 12 February 2024 23:03:32 +0000 (0:00:00.227) 0:01:04.187 ******* =============================================================================== fedora.linux_system_roles.network : Configure networking connection profiles --- 6.74s /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 fedora.linux_system_roles.network : Configure networking connection profiles --- 6.59s /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 fedora.linux_system_roles.network : Install packages -------------------- 4.51s /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Install iproute --------------------------------------------------------- 2.91s /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.67s /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 1.70s /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.67s /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.66s /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.65s /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.62s /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.38s /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.37s /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.36s /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.92s /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/tests_auto_gateway_initscripts.yml:5 fedora.linux_system_roles.network : Enable network service -------------- 0.89s /WORKDIR/git-bond_options_rewritep6fl2l2k/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Create veth interface veth0 --------------------------------------------- 0.69s /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:27 Create veth interface veth0 --------------------------------------------- 0.67s /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tasks/manage_test_interface.yml:27 Gathering Facts --------------------------------------------------------- 0.65s /WORKDIR/git-bond_options_rewritep6fl2l2k/tests/playbooks/tests_auto_gateway.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---