# 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-weekly-ci61kmphpi/.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_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-weekly-ci61kmphpi/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tests_helpers_and_asserts.yml:3 Saturday 16 March 2024 13:24:58 +0000 (0:00:00.035) 0:00:00.035 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tests_helpers_and_asserts.yml:6 Saturday 16 March 2024 13:24:58 +0000 (0:00:00.946) 0:00:00.981 ******** included: /WORKDIR/git-weekly-ci61kmphpi/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-weekly-ci61kmphpi/tests/tasks/el_repo_setup.yml:3 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.012) 0:00:00.994 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/el_repo_setup.yml:17 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.353) 0:00:01.347 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/el_repo_setup.yml:22 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.258) 0:00:01.605 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/el_repo_setup.yml:26 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.013) 0:00:01.619 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/el_repo_setup.yml:51 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.007) 0:00:01.627 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/enable_epel.yml:8 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.021) 0:00:01.648 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/enable_epel.yml:24 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.007) 0:00:01.656 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/enable_epel.yml:30 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.008) 0:00:01.664 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/enable_epel.yml:35 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.007) 0:00:01.671 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/enable_epel.yml:40 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.007) 0:00:01.679 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tests_helpers_and_asserts.yml:9 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.007) 0:00:01.686 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:3 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.012) 0:00:01.699 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.010) 0:00:01.709 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.013) 0:00:01.723 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003545", "end": "2024-03-16 13:24:59.977794", "rc": 0, "start": "2024-03-16 13:24:59.974249" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:24:59 +0000 (0:00:00.260) 0:00:01.983 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:00 +0000 (0:00:00.011) 0:00:01.995 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:5 Saturday 16 March 2024 13:25:00 +0000 (0:00:00.010) 0:00:02.005 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:25:00 +0000 (0:00:00.014) 0:00:02.019 ******** 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:25:00 +0000 (0:00:00.008) 0:00:02.028 ******** 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:25:00 +0000 (0:00:00.007) 0:00:02.035 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:25:00 +0000 (0:00:00.010) 0:00:02.046 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:25:00 +0000 (0:00:00.009) 0:00:02.055 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003640", "end": "2024-03-16 13:25:00.255280", "rc": 0, "start": "2024-03-16 13:25:00.251640" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:25:00 +0000 (0:00:00.205) 0:00:02.260 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:00 +0000 (0:00:00.010) 0:00:02.270 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:25:00 +0000 (0:00:00.009) 0:00:02.280 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:25:02 +0000 (0:00:02.367) 0:00:04.647 ******** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:25:02 +0000 (0:00:00.028) 0:00:04.676 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:25:02 +0000 (0:00:00.008) 0:00:04.685 ******** 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 veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:25:02 +0000 (0:00:00.011) 0:00:04.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 veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:25:02 +0000 (0:00:00.009) 0:00:04.706 ******** 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 veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:25:02 +0000 (0:00:00.009) 0:00:04.716 ******** 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 veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:25:02 +0000 (0:00:00.008) 0:00:04.724 ******** 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 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:9 Saturday 16 March 2024 13:25:02 +0000 (0:00:00.007) 0:00:04.732 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:25:02 +0000 (0:00:00.016) 0:00:04.748 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:25:02 +0000 (0:00:00.010) 0:00:04.759 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003815", "end": "2024-03-16 13:25:02.975291", "rc": 0, "start": "2024-03-16 13:25:02.971476" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:25:02 +0000 (0:00:00.221) 0:00:04.980 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.010) 0:00:04.990 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:11 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.009) 0:00:05.000 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.013) 0:00:05.014 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.010) 0:00:05.025 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.200) 0:00:05.226 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:14 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.013) 0:00:05.239 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.019) 0:00:05.258 ******** 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.011) 0:00:05.270 ******** 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.007) 0:00:05.278 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.011) 0:00:05.289 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.011) 0:00:05.300 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003646", "end": "2024-03-16 13:25:03.498656", "rc": 0, "start": "2024-03-16 13:25:03.495010" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.202) 0:00:05.503 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.010) 0:00:05.513 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:25:03 +0000 (0:00:00.009) 0:00:05.523 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:25:05 +0000 (0:00:02.213) 0:00:07.737 ******** ok: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth1298", "type", "veth", "peer", "name", "peerveth1298" ], "delta": "0:00:00.007591", "end": "2024-03-16 13:25:05.942350", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-16 13:25:05.934759" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003828", "end": "2024-03-16 13:25:06.193462", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-16 13:25:06.189634" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003837", "end": "2024-03-16 13:25:06.388047", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-16 13:25:06.384210" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.657) 0:00:08.394 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023038", "end": "2024-03-16 13:25:06.615804", "rc": 0, "start": "2024-03-16 13:25:06.592766" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.228) 0:00:08.622 ******** 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 veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.009) 0:00:08.632 ******** 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 veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.008) 0:00:08.640 ******** 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 veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.010) 0:00:08.650 ******** 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 veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.008) 0:00:08.658 ******** 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 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:18 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.007) 0:00:08.666 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.015) 0:00:08.682 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.009) 0:00:08.691 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003640", "end": "2024-03-16 13:25:06.888976", "rc": 0, "start": "2024-03-16 13:25:06.885336" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.202) 0:00:08.893 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.009) 0:00:08.903 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:20 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.008) 0:00:08.912 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.016) 0:00:08.928 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:25:06 +0000 (0:00:00.009) 0:00:08.937 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710595505.938933, "block_size": 4096, "blocks": 0, "ctime": 1710595505.938933, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37567, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth1298", "lnk_target": "../../devices/virtual/net/veth1298", "mode": "0777", "mtime": 1710595505.938933, "nlink": 1, "path": "/sys/class/net/veth1298", "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 - 'veth1298'] *********************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:25:07 +0000 (0:00:00.202) 0:00:09.139 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:23 Saturday 16 March 2024 13:25:07 +0000 (0:00:00.012) 0:00:09.151 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:25:07 +0000 (0:00:00.024) 0:00:09.176 ******** 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:25:07 +0000 (0:00:00.008) 0:00:09.185 ******** 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:25:07 +0000 (0:00:00.007) 0:00:09.192 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:25:07 +0000 (0:00:00.010) 0:00:09.203 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:25:07 +0000 (0:00:00.009) 0:00:09.213 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003562", "end": "2024-03-16 13:25:07.409653", "rc": 0, "start": "2024-03-16 13:25:07.406091" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:25:07 +0000 (0:00:00.200) 0:00:09.414 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:07 +0000 (0:00:00.010) 0:00:09.424 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:25:07 +0000 (0:00:00.008) 0:00:09.433 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:25:09 +0000 (0:00:02.196) 0:00:11.629 ******** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:25:09 +0000 (0:00:00.014) 0:00:11.643 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:25:09 +0000 (0:00:00.008) 0:00:11.652 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.018423", "end": "2024-03-16 13:25:09.869715", "rc": 0, "start": "2024-03-16 13:25:09.851292" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:25:09 +0000 (0:00:00.225) 0:00:11.878 ******** 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 veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:25:09 +0000 (0:00:00.009) 0:00:11.888 ******** 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 veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:25:09 +0000 (0:00:00.008) 0:00:11.896 ******** 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 veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:25:09 +0000 (0:00:00.008) 0:00:11.905 ******** 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 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:27 Saturday 16 March 2024 13:25:09 +0000 (0:00:00.008) 0:00:11.913 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:25:09 +0000 (0:00:00.019) 0:00:11.933 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:25:09 +0000 (0:00:00.009) 0:00:11.943 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003673", "end": "2024-03-16 13:25:10.141788", "rc": 0, "start": "2024-03-16 13:25:10.138115" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.204) 0:00:12.147 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.010) 0:00:12.158 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:29 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.009) 0:00:12.167 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.019) 0:00:12.187 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.009) 0:00:12.196 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.198) 0:00:12.395 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tests_helpers_and_asserts.yml:15 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.011) 0:00:12.406 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:3 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.012) 0:00:12.418 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.009) 0:00:12.428 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.010) 0:00:12.438 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003641", "end": "2024-03-16 13:25:10.636691", "rc": 0, "start": "2024-03-16 13:25:10.633050" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.203) 0:00:12.642 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.010) 0:00:12.652 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:5 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.009) 0:00:12.662 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.012) 0:00:12.674 ******** 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.008) 0:00:12.683 ******** 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.008) 0:00:12.691 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.011) 0:00:12.702 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.009) 0:00:12.712 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003629", "end": "2024-03-16 13:25:10.912589", "rc": 0, "start": "2024-03-16 13:25:10.908960" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.205) 0:00:12.917 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.010) 0:00:12.927 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:25:10 +0000 (0:00:00.008) 0:00:12.936 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:25:13 +0000 (0:00:02.201) 0:00:15.137 ******** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.014) 0:00:15.152 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.008) 0:00:15.160 ******** 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 dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.008) 0:00:15.168 ******** 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 dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.008) 0:00:15.176 ******** 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 dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.008) 0:00:15.184 ******** 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 dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.008) 0:00:15.192 ******** 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 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:9 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.007) 0:00:15.200 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.013) 0:00:15.213 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.009) 0:00:15.222 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003552", "end": "2024-03-16 13:25:13.419285", "rc": 0, "start": "2024-03-16 13:25:13.415733" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.207) 0:00:15.429 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.011) 0:00:15.441 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:11 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.014) 0:00:15.455 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.015) 0:00:15.471 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.011) 0:00:15.482 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.200) 0:00:15.682 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:14 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.011) 0:00:15.694 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.015) 0:00:15.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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.008) 0:00:15.717 ******** 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.008) 0:00:15.726 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.019) 0:00:15.745 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.012) 0:00:15.758 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003591", "end": "2024-03-16 13:25:13.967348", "rc": 0, "start": "2024-03-16 13:25:13.963757" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:25:13 +0000 (0:00:00.215) 0:00:15.974 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:14 +0000 (0:00:00.011) 0:00:15.986 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:25:14 +0000 (0:00:00.010) 0:00:15.996 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:25:16 +0000 (0:00:02.220) 0:00:18.217 ******** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.016) 0:00:18.233 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.009) 0:00:18.243 ******** 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 dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.009) 0:00:18.252 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011010", "end": "2024-03-16 13:25:16.460824", "rc": 0, "start": "2024-03-16 13:25:16.449814" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.224) 0:00:18.477 ******** 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 dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.016) 0:00:18.493 ******** 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 dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.010) 0:00:18.503 ******** 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 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:18 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.009) 0:00:18.512 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.016) 0:00:18.529 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.009) 0:00:18.539 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003744", "end": "2024-03-16 13:25:16.741398", "rc": 0, "start": "2024-03-16 13:25:16.737654" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.208) 0:00:18.747 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.010) 0:00:18.758 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:20 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.009) 0:00:18.768 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.016) 0:00:18.784 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:25:16 +0000 (0:00:00.011) 0:00:18.796 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710595516.45862, "block_size": 4096, "blocks": 0, "ctime": 1710595516.45862, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37899, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/dummy1298", "lnk_target": "../../devices/virtual/net/dummy1298", "mode": "0777", "mtime": 1710595516.45862, "nlink": 1, "path": "/sys/class/net/dummy1298", "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 - 'dummy1298'] ********************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:25:17 +0000 (0:00:00.204) 0:00:19.001 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:23 Saturday 16 March 2024 13:25:17 +0000 (0:00:00.013) 0:00:19.014 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:25:17 +0000 (0:00:00.019) 0:00:19.034 ******** 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:25:17 +0000 (0:00:00.009) 0:00:19.043 ******** 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:25:17 +0000 (0:00:00.008) 0:00:19.051 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:25:17 +0000 (0:00:00.012) 0:00:19.064 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:25:17 +0000 (0:00:00.010) 0:00:19.074 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003473", "end": "2024-03-16 13:25:17.271691", "rc": 0, "start": "2024-03-16 13:25:17.268218" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:25:17 +0000 (0:00:00.202) 0:00:19.276 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:17 +0000 (0:00:00.010) 0:00:19.287 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:25:17 +0000 (0:00:00.009) 0:00:19.297 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:25:19 +0000 (0:00:02.213) 0:00:21.510 ******** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 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-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:25:19 +0000 (0:00:00.014) 0:00:21.524 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:25:19 +0000 (0:00:00.008) 0:00:21.533 ******** 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 dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:25:19 +0000 (0:00:00.008) 0:00:21.541 ******** 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 dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:25:19 +0000 (0:00:00.008) 0:00:21.549 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.016408", "end": "2024-03-16 13:25:19.764668", "rc": 0, "start": "2024-03-16 13:25:19.748260" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:25:19 +0000 (0:00:00.221) 0:00:21.771 ******** 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 dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:25:19 +0000 (0:00:00.011) 0:00:21.782 ******** 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 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:27 Saturday 16 March 2024 13:25:19 +0000 (0:00:00.009) 0:00:21.791 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:25:19 +0000 (0:00:00.040) 0:00:21.831 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:25:19 +0000 (0:00:00.010) 0:00:21.841 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003602", "end": "2024-03-16 13:25:20.041547", "rc": 0, "start": "2024-03-16 13:25:20.037945" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:25:20 +0000 (0:00:00.206) 0:00:22.047 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:25:20 +0000 (0:00:00.010) 0:00:22.058 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/create_and_remove_interface.yml:29 Saturday 16 March 2024 13:25:20 +0000 (0:00:00.010) 0:00:22.068 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:25:20 +0000 (0:00:00.019) 0:00:22.088 ******** included: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:25:20 +0000 (0:00:00.010) 0:00:22.098 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:25:20 +0000 (0:00:00.200) 0:00:22.298 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Saturday 16 March 2024 13:25:20 +0000 (0:00:00.015) 0:00:22.314 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.37s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.22s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.21s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.21s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.95s /WORKDIR/git-weekly-ci61kmphpi/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.66s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:27 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.35s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/el_repo_setup.yml:3 ---------------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:35 ------- Delete veth interface veth1298 ------------------------------------------ 0.23s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:43 ------- Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:49 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci61kmphpi/tests/tasks/get_current_interfaces.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. ---^---^---^---^---^---