# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_auto_gateway_nm.yml ******************************************** 2 plays in /WORKDIR/git-weekly-ci2dlcu894/tests/tests_auto_gateway_nm.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/tests_auto_gateway_nm.yml:6 Saturday 13 January 2024 13:22:54 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/tests_auto_gateway_nm.yml:9 Saturday 13 January 2024 13:22:55 +0000 (0:00:00.601) 0:00:00.613 ****** included: /WORKDIR/git-weekly-ci2dlcu894/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-ci2dlcu894/tests/tasks/el_repo_setup.yml:3 Saturday 13 January 2024 13:22:55 +0000 (0:00:00.010) 0:00:00.624 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/tasks/el_repo_setup.yml:19 Saturday 13 January 2024 13:22:55 +0000 (0:00:00.344) 0:00:00.969 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/tasks/el_repo_setup.yml:24 Saturday 13 January 2024 13:22:55 +0000 (0:00:00.255) 0:00:01.225 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/tasks/el_repo_setup.yml:28 Saturday 13 January 2024 13:22:55 +0000 (0:00:00.020) 0:00:01.245 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/tasks/el_repo_setup.yml:53 Saturday 13 January 2024 13:22:55 +0000 (0:00:00.017) 0:00:01.262 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/tasks/enable_epel.yml:8 Saturday 13 January 2024 13:22:55 +0000 (0:00:00.029) 0:00:01.292 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/tasks/enable_epel.yml:24 Saturday 13 January 2024 13:22:55 +0000 (0:00:00.009) 0:00:01.301 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/tasks/enable_epel.yml:30 Saturday 13 January 2024 13:22:55 +0000 (0:00:00.009) 0:00:01.311 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/tasks/enable_epel.yml:35 Saturday 13 January 2024 13:22:55 +0000 (0:00:00.010) 0:00:01.321 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/tasks/enable_epel.yml:40 Saturday 13 January 2024 13:22:55 +0000 (0:00:00.009) 0:00:01.331 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/tests_auto_gateway_nm.yml:11 Saturday 13 January 2024 13:22:55 +0000 (0:00:00.009) 0:00:01.340 ****** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:3 Saturday 13 January 2024 13:22:55 +0000 (0:00:00.010) 0:00:01.350 ****** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:9 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.469) 0:00:01.819 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.021) 0:00:01.841 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.011) 0:00:01.853 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003285", "end": "2024-01-13 13:22:56.650876", "rc": 0, "start": "2024-01-13 13:22:56.647591" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.234) 0:00:02.087 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.010) 0:00:02.098 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:11 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.010) 0:00:02.108 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.026) 0:00:02.135 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.009) 0:00:02.145 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.011) 0:00:02.156 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.012) 0:00:02.169 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.012) 0:00:02.181 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003405", "end": "2024-01-13 13:22:56.931846", "rc": 0, "start": "2024-01-13 13:22:56.928441" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.186) 0:00:02.367 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.011) 0:00:02.379 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 13:22:56 +0000 (0:00:00.010) 0:00:02.389 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 13 January 2024 13:22:58 +0000 (0:00:01.950) 0:00:04.339 ****** 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.017434", "end": "2024-01-13 13:22:59.105326", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-13 13:22:59.087892" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003838", "end": "2024-01-13 13:22:59.319463", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-13 13:22:59.315625" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003645", "end": "2024-01-13 13:22:59.497800", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-13 13:22:59.494155" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 13 January 2024 13:22:59 +0000 (0:00:00.596) 0:00:04.936 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.120653", "end": "2024-01-13 13:22:59.802724", "rc": 0, "start": "2024-01-13 13:22:59.682071" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 13 January 2024 13:22:59 +0000 (0:00:00.304) 0:00:05.240 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 13 January 2024 13:22:59 +0000 (0:00:00.012) 0:00:05.252 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 13 January 2024 13:22:59 +0000 (0:00:00.010) 0:00:05.263 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 13:22:59 +0000 (0:00:00.010) 0:00:05.273 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 13 January 2024 13:22:59 +0000 (0:00:00.010) 0:00:05.284 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:15 Saturday 13 January 2024 13:22:59 +0000 (0:00:00.009) 0:00:05.294 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 13 January 2024 13:22:59 +0000 (0:00:00.024) 0:00:05.319 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 13:22:59 +0000 (0:00:00.013) 0:00:05.332 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705152179.0996177, "block_size": 4096, "blocks": 0, "ctime": 1705152179.0996177, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22953, "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": 1705152179.0996177, "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-weekly-ci2dlcu894/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 13 January 2024 13:23:00 +0000 (0:00:00.182) 0:00:05.514 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:17 Saturday 13 January 2024 13:23:00 +0000 (0:00:00.012) 0:00:05.526 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 January 2024 13:23:00 +0000 (0:00:00.009) 0:00:05.536 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 January 2024 13:23:00 +0000 (0:00:00.065) 0:00:05.601 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 January 2024 13:23:00 +0000 (0:00:00.011) 0:00:05.613 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 January 2024 13:23:00 +0000 (0:00:00.014) 0:00:05.627 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 January 2024 13:23:00 +0000 (0:00:00.010) 0:00:05.637 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 January 2024 13:23:01 +0000 (0:00:01.464) 0:00:07.101 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 January 2024 13:23:02 +0000 (0:00:01.053) 0:00:08.155 ****** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 January 2024 13:23:02 +0000 (0:00:00.022) 0:00:08.178 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 January 2024 13:23:02 +0000 (0:00:00.042) 0:00:08.220 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 13 January 2024 13:23:02 +0000 (0:00:00.021) 0:00:08.241 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 13 January 2024 13:23:02 +0000 (0:00:00.042) 0:00:08.283 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 13 January 2024 13:23:02 +0000 (0:00:00.019) 0:00:08.303 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 13 January 2024 13:23:02 +0000 (0:00:00.020) 0:00:08.323 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 13 January 2024 13:23:02 +0000 (0:00:00.023) 0:00:08.346 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 13 January 2024 13:23:03 +0000 (0:00:00.492) 0:00:08.839 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 January 2024 13:23:03 +0000 (0:00:00.024) 0:00:08.864 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 13 January 2024 13:23:03 +0000 (0:00:00.021) 0:00:08.885 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 13 January 2024 13:23:03 +0000 (0:00:00.021) 0:00:08.907 ****** 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": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 7e9a2c5d-376e-4f91-8c83-b2d4b130070b [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 7e9a2c5d-376e-4f91-8c83-b2d4b130070b (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 13 January 2024 13:23:04 +0000 (0:00:00.633) 0:00:09.540 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 13 January 2024 13:23:04 +0000 (0:00:00.021) 0:00:09.561 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 7e9a2c5d-376e-4f91-8c83-b2d4b130070b", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 7e9a2c5d-376e-4f91-8c83-b2d4b130070b (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 13 January 2024 13:23:04 +0000 (0:00:00.022) 0:00:09.584 ****** 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": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 7e9a2c5d-376e-4f91-8c83-b2d4b130070b\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 7e9a2c5d-376e-4f91-8c83-b2d4b130070b (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 7e9a2c5d-376e-4f91-8c83-b2d4b130070b", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 7e9a2c5d-376e-4f91-8c83-b2d4b130070b (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 13 January 2024 13:23:04 +0000 (0:00:00.021) 0:00:09.605 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 13 January 2024 13:23:04 +0000 (0:00:00.046) 0:00:09.651 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:42 Saturday 13 January 2024 13:23:04 +0000 (0:00:00.236) 0:00:09.888 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 13 January 2024 13:23:04 +0000 (0:00:00.045) 0:00:09.933 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 13:23:04 +0000 (0:00:00.032) 0:00:09.966 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705152179.0996177, "block_size": 4096, "blocks": 0, "ctime": 1705152179.0996177, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22953, "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": 1705152179.0996177, "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-weekly-ci2dlcu894/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 13 January 2024 13:23:04 +0000 (0:00:00.194) 0:00:10.161 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:44 Saturday 13 January 2024 13:23:04 +0000 (0:00:00.024) 0:00:10.185 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 13 January 2024 13:23:04 +0000 (0:00:00.051) 0:00:10.236 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 13 January 2024 13:23:04 +0000 (0:00:00.035) 0:00:10.271 ****** 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-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 13 January 2024 13:23:04 +0000 (0:00:00.021) 0:00:10.293 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 13 January 2024 13:23:05 +0000 (0:00:00.198) 0:00:10.491 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 13 January 2024 13:23:05 +0000 (0:00:00.054) 0:00:10.546 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.135740", "end": "2024-01-13 13:23:05.428538", "rc": 0, "start": "2024-01-13 13:23:05.292798" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 13 January 2024 13:23:05 +0000 (0:00:00.330) 0:00:10.876 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 13 January 2024 13:23:05 +0000 (0:00:00.023) 0:00:10.900 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 13 January 2024 13:23:05 +0000 (0:00:00.023) 0:00:10.923 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 13 January 2024 13:23:05 +0000 (0:00:00.022) 0:00:10.945 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 13 January 2024 13:23:05 +0000 (0:00:00.022) 0:00:10.968 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 13 January 2024 13:23:05 +0000 (0:00:00.022) 0:00:10.990 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 13 January 2024 13:23:05 +0000 (0:00:00.023) 0:00:11.014 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 13 January 2024 13:23:05 +0000 (0:00:00.039) 0:00:11.053 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:48 Saturday 13 January 2024 13:23:05 +0000 (0:00:00.025) 0:00:11.079 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003792", "end": "2024-01-13 13:23:05.827604", "rc": 0, "start": "2024-01-13 13:23:05.823812" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.46.27 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.46.27 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 65535 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:52 Saturday 13 January 2024 13:23:05 +0000 (0:00:00.197) 0:00:11.276 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:58 Saturday 13 January 2024 13:23:05 +0000 (0:00:00.024) 0:00:11.300 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003583", "end": "2024-01-13 13:23:06.048556", "rc": 0, "start": "2024-01-13 13:23:06.044973" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 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 1024 pref medium default via 2001:db8::1 dev veth0 proto static metric 101 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:62 Saturday 13 January 2024 13:23:06 +0000 (0:00:00.196) 0:00:11.496 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:69 Saturday 13 January 2024 13:23:06 +0000 (0:00:00.023) 0:00:11.520 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 January 2024 13:23:06 +0000 (0:00:00.021) 0:00:11.542 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 January 2024 13:23:06 +0000 (0:00:00.071) 0:00:11.613 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 January 2024 13:23:06 +0000 (0:00:00.026) 0:00:11.639 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 January 2024 13:23:06 +0000 (0:00:00.020) 0:00:11.660 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 January 2024 13:23:06 +0000 (0:00:00.022) 0:00:11.682 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 January 2024 13:23:07 +0000 (0:00:01.390) 0:00:13.072 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 January 2024 13:23:08 +0000 (0:00:00.935) 0:00:14.008 ****** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 January 2024 13:23:08 +0000 (0:00:00.021) 0:00:14.029 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 January 2024 13:23:08 +0000 (0:00:00.020) 0:00:14.050 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 13 January 2024 13:23:08 +0000 (0:00:00.020) 0:00:14.070 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 13 January 2024 13:23:08 +0000 (0:00:00.044) 0:00:14.115 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 13 January 2024 13:23:08 +0000 (0:00:00.022) 0:00:14.137 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 13 January 2024 13:23:08 +0000 (0:00:00.019) 0:00:14.157 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 13 January 2024 13:23:08 +0000 (0:00:00.024) 0:00:14.182 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 13 January 2024 13:23:09 +0000 (0:00:00.352) 0:00:14.534 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 January 2024 13:23:09 +0000 (0:00:00.025) 0:00:14.560 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 13 January 2024 13:23:09 +0000 (0:00:00.020) 0:00:14.580 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 13 January 2024 13:23:09 +0000 (0:00:00.022) 0:00:14.602 ****** 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": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 13 January 2024 13:23:09 +0000 (0:00:00.460) 0:00:15.063 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 13 January 2024 13:23:09 +0000 (0:00:00.020) 0:00:15.083 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 13 January 2024 13:23:09 +0000 (0:00:00.023) 0:00:15.107 ****** 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": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 13 January 2024 13:23:09 +0000 (0:00:00.056) 0:00:15.163 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 13 January 2024 13:23:09 +0000 (0:00:00.020) 0:00:15.184 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:81 Saturday 13 January 2024 13:23:09 +0000 (0:00:00.187) 0:00:15.371 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 13:23:10 +0000 (0:00:00.048) 0:00:15.420 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 13:23:10 +0000 (0:00:00.020) 0:00:15.441 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 13:23:10 +0000 (0:00:00.019) 0:00:15.461 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:23:10 +0000 (0:00:00.034) 0:00:15.495 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:23:10 +0000 (0:00:00.035) 0:00:15.530 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003376", "end": "2024-01-13 13:23:10.281732", "rc": 0, "start": "2024-01-13 13:23:10.278356" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:23:10 +0000 (0:00:00.198) 0:00:15.729 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:23:10 +0000 (0:00:00.022) 0:00:15.751 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 13:23:10 +0000 (0:00:00.021) 0:00:15.772 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.889) 0:00:16.662 ****** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.031) 0:00:16.693 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.022) 0:00:16.716 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.016525", "end": "2024-01-13 13:23:11.479057", "rc": 0, "start": "2024-01-13 13:23:11.462532" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.215) 0:00:16.931 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.022) 0:00:16.954 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.022) 0:00:16.976 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.022) 0:00:16.999 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:85 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.021) 0:00:17.020 ****** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:89 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.023) 0:00:17.043 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.052) 0:00:17.095 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.021) 0:00:17.117 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.019) 0:00:17.136 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.033) 0:00:17.170 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:23:11 +0000 (0:00:00.062) 0:00:17.233 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003345", "end": "2024-01-13 13:23:11.982458", "rc": 0, "start": "2024-01-13 13:23:11.979113" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:23:12 +0000 (0:00:00.196) 0:00:17.430 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:23:12 +0000 (0:00:00.024) 0:00:17.454 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 13:23:12 +0000 (0:00:00.023) 0:00:17.477 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 13 January 2024 13:23:12 +0000 (0:00:00.868) 0:00:18.345 ****** 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.017517", "end": "2024-01-13 13:23:13.109541", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-13 13:23:13.092024" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003815", "end": "2024-01-13 13:23:13.308979", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-13 13:23:13.305164" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003710", "end": "2024-01-13 13:23:13.489738", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-13 13:23:13.486028" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 13 January 2024 13:23:13 +0000 (0:00:00.593) 0:00:18.939 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.021080", "end": "2024-01-13 13:23:13.707400", "rc": 0, "start": "2024-01-13 13:23:13.686320" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 13 January 2024 13:23:13 +0000 (0:00:00.218) 0:00:19.157 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 13 January 2024 13:23:13 +0000 (0:00:00.022) 0:00:19.179 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 13 January 2024 13:23:13 +0000 (0:00:00.021) 0:00:19.201 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 13:23:13 +0000 (0:00:00.021) 0:00:19.223 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 13 January 2024 13:23:13 +0000 (0:00:00.058) 0:00:19.281 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 January 2024 13:23:13 +0000 (0:00:00.022) 0:00:19.303 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 January 2024 13:23:13 +0000 (0:00:00.036) 0:00:19.340 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 January 2024 13:23:13 +0000 (0:00:00.025) 0:00:19.365 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 January 2024 13:23:13 +0000 (0:00:00.021) 0:00:19.386 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 January 2024 13:23:13 +0000 (0:00:00.020) 0:00:19.406 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 January 2024 13:23:15 +0000 (0:00:01.403) 0:00:20.809 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 January 2024 13:23:16 +0000 (0:00:00.917) 0:00:21.727 ****** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 January 2024 13:23:16 +0000 (0:00:00.031) 0:00:21.758 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 January 2024 13:23:16 +0000 (0:00:00.022) 0:00:21.781 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 13 January 2024 13:23:16 +0000 (0:00:00.022) 0:00:21.804 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 13 January 2024 13:23:16 +0000 (0:00:00.043) 0:00:21.847 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 13 January 2024 13:23:16 +0000 (0:00:00.023) 0:00:21.871 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 13 January 2024 13:23:16 +0000 (0:00:00.022) 0:00:21.893 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 13 January 2024 13:23:16 +0000 (0:00:00.026) 0:00:21.920 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 13 January 2024 13:23:16 +0000 (0:00:00.360) 0:00:22.280 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 January 2024 13:23:16 +0000 (0:00:00.025) 0:00:22.305 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 13 January 2024 13:23:16 +0000 (0:00:00.022) 0:00:22.328 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 13 January 2024 13:23:16 +0000 (0:00:00.021) 0:00:22.349 ****** 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": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d681aef4-de52-4355-ab4d-226726f4ce08 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d681aef4-de52-4355-ab4d-226726f4ce08 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 13 January 2024 13:23:17 +0000 (0:00:00.459) 0:00:22.809 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 13 January 2024 13:23:17 +0000 (0:00:00.022) 0:00:22.831 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d681aef4-de52-4355-ab4d-226726f4ce08", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d681aef4-de52-4355-ab4d-226726f4ce08 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 13 January 2024 13:23:17 +0000 (0:00:00.022) 0:00:22.853 ****** 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": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d681aef4-de52-4355-ab4d-226726f4ce08\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d681aef4-de52-4355-ab4d-226726f4ce08 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d681aef4-de52-4355-ab4d-226726f4ce08", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d681aef4-de52-4355-ab4d-226726f4ce08 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 13 January 2024 13:23:17 +0000 (0:00:00.022) 0:00:22.876 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 13 January 2024 13:23:17 +0000 (0:00:00.020) 0:00:22.897 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:110 Saturday 13 January 2024 13:23:17 +0000 (0:00:00.186) 0:00:23.083 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 13 January 2024 13:23:17 +0000 (0:00:00.051) 0:00:23.135 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 13:23:17 +0000 (0:00:00.035) 0:00:23.170 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705152193.0956059, "block_size": 4096, "blocks": 0, "ctime": 1705152193.0956059, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23539, "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": 1705152193.0956059, "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-weekly-ci2dlcu894/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 13 January 2024 13:23:17 +0000 (0:00:00.192) 0:00:23.362 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:112 Saturday 13 January 2024 13:23:17 +0000 (0:00:00.024) 0:00:23.386 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.054) 0:00:23.441 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.084) 0:00:23.525 ****** 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-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.030) 0:00:23.556 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.194) 0:00:23.751 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.041) 0:00:23.793 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021231", "end": "2024-01-13 13:23:18.563090", "rc": 0, "start": "2024-01-13 13:23:18.541859" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.218) 0:00:24.011 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.025) 0:00:24.036 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.025) 0:00:24.062 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.027) 0:00:24.089 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.025) 0:00:24.115 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.023) 0:00:24.138 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.026) 0:00:24.164 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.024) 0:00:24.189 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:116 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.022) 0:00:24.211 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003468", "end": "2024-01-13 13:23:18.961270", "rc": 0, "start": "2024-01-13 13:23:18.957802" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.46.27 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.46.27 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 101 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:120 Saturday 13 January 2024 13:23:18 +0000 (0:00:00.204) 0:00:24.416 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:126 Saturday 13 January 2024 13:23:19 +0000 (0:00:00.031) 0:00:24.447 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003620", "end": "2024-01-13 13:23:19.202789", "rc": 0, "start": "2024-01-13 13:23:19.199169" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 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 1024 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:130 Saturday 13 January 2024 13:23:19 +0000 (0:00:00.274) 0:00:24.722 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:137 Saturday 13 January 2024 13:23:19 +0000 (0:00:00.040) 0:00:24.763 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 January 2024 13:23:19 +0000 (0:00:00.029) 0:00:24.793 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 January 2024 13:23:19 +0000 (0:00:00.041) 0:00:24.835 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 January 2024 13:23:19 +0000 (0:00:00.034) 0:00:24.869 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 January 2024 13:23:19 +0000 (0:00:00.022) 0:00:24.891 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 January 2024 13:23:19 +0000 (0:00:00.021) 0:00:24.913 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 January 2024 13:23:20 +0000 (0:00:01.416) 0:00:26.329 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 January 2024 13:23:21 +0000 (0:00:00.961) 0:00:27.291 ****** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 January 2024 13:23:21 +0000 (0:00:00.024) 0:00:27.316 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 January 2024 13:23:21 +0000 (0:00:00.026) 0:00:27.342 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 13 January 2024 13:23:21 +0000 (0:00:00.029) 0:00:27.371 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 13 January 2024 13:23:22 +0000 (0:00:00.056) 0:00:27.427 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 13 January 2024 13:23:22 +0000 (0:00:00.029) 0:00:27.457 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 13 January 2024 13:23:22 +0000 (0:00:00.043) 0:00:27.500 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 13 January 2024 13:23:22 +0000 (0:00:00.043) 0:00:27.544 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 13 January 2024 13:23:22 +0000 (0:00:00.357) 0:00:27.901 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 January 2024 13:23:22 +0000 (0:00:00.025) 0:00:27.927 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 13 January 2024 13:23:22 +0000 (0:00:00.020) 0:00:27.948 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 13 January 2024 13:23:22 +0000 (0:00:00.020) 0:00:27.968 ****** 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": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.471) 0:00:28.440 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.035) 0:00:28.475 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.044) 0:00:28.519 ****** 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": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.024) 0:00:28.544 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.024) 0:00:28.569 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:149 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.187) 0:00:28.756 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.053) 0:00:28.809 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.021) 0:00:28.831 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.020) 0:00:28.851 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.033) 0:00:28.885 ****** included: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.034) 0:00:28.920 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003204", "end": "2024-01-13 13:23:23.668937", "rc": 0, "start": "2024-01-13 13:23:23.665733" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.196) 0:00:29.116 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.065) 0:00:29.181 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 13:23:23 +0000 (0:00:00.023) 0:00:29.205 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 13 January 2024 13:23:24 +0000 (0:00:00.884) 0:00:30.089 ****** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 13 January 2024 13:23:24 +0000 (0:00:00.031) 0:00:30.120 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 13 January 2024 13:23:24 +0000 (0:00:00.024) 0:00:30.145 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.013704", "end": "2024-01-13 13:23:24.906356", "rc": 0, "start": "2024-01-13 13:23:24.892652" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 13 January 2024 13:23:24 +0000 (0:00:00.214) 0:00:30.359 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 13 January 2024 13:23:24 +0000 (0:00:00.023) 0:00:30.382 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 13:23:24 +0000 (0:00:00.025) 0:00:30.407 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 13 January 2024 13:23:25 +0000 (0:00:00.025) 0:00:30.432 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=125 changed=4 unreachable=0 failed=0 skipped=102 rescued=0 ignored=0 Saturday 13 January 2024 13:23:25 +0000 (0:00:00.011) 0:00:30.444 ****** =============================================================================== Install iproute --------------------------------------------------------- 1.95s /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.42s /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.39s /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.05s /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.96s /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.94s /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.93s /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Check which packages are installed --------- 0.92s /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.89s /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.88s /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.87s /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Enable and start NetworkManager ------------ 0.71s /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Configure networking connection profiles --- 0.63s /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 0.60s /WORKDIR/git-weekly-ci2dlcu894/tests/tests_auto_gateway_nm.yml:6 -------------- Create veth interface veth0 --------------------------------------------- 0.60s /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:24 Create veth interface veth0 --------------------------------------------- 0.59s /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tasks/manage_test_interface.yml:24 linux-system-roles.network : Enable and start NetworkManager ------------ 0.49s /WORKDIR/git-weekly-ci2dlcu894/tests/roles/linux-system-roles.network/tasks/main.yml:85 Gathering Facts --------------------------------------------------------- 0.47s /WORKDIR/git-weekly-ci2dlcu894/tests/playbooks/tests_auto_gateway.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---