# 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-ci_fix0bgattv6/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-ci_fix0bgattv6/tests/tests_auto_gateway_nm.yml:6 Saturday 27 January 2024 00:34:42 +0000 (0:00:00.022) 0:00:00.022 ****** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-ci_fix0bgattv6/tests/tests_auto_gateway_nm.yml:9 Saturday 27 January 2024 00:34:42 +0000 (0:00:00.745) 0:00:00.767 ****** included: /WORKDIR/git-ci_fix0bgattv6/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-ci_fix0bgattv6/tests/tasks/el_repo_setup.yml:3 Saturday 27 January 2024 00:34:42 +0000 (0:00:00.031) 0:00:00.799 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/tasks/el_repo_setup.yml:19 Saturday 27 January 2024 00:34:43 +0000 (0:00:00.373) 0:00:01.172 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/tasks/el_repo_setup.yml:24 Saturday 27 January 2024 00:34:43 +0000 (0:00:00.255) 0:00:01.428 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/tasks/el_repo_setup.yml:28 Saturday 27 January 2024 00:34:43 +0000 (0:00:00.019) 0:00:01.447 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/tasks/el_repo_setup.yml:53 Saturday 27 January 2024 00:34:43 +0000 (0:00:00.017) 0:00:01.465 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/tasks/enable_epel.yml:8 Saturday 27 January 2024 00:34:43 +0000 (0:00:00.029) 0:00:01.495 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/tasks/enable_epel.yml:24 Saturday 27 January 2024 00:34:43 +0000 (0:00:00.254) 0:00:01.749 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/tasks/enable_epel.yml:30 Saturday 27 January 2024 00:34:43 +0000 (0:00:00.011) 0:00:01.760 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/tasks/enable_epel.yml:35 Saturday 27 January 2024 00:34:43 +0000 (0:00:00.010) 0:00:01.770 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.246039", "end": "2024-01-27 00:34:44.262261", "rc": 0, "start": "2024-01-27 00:34:44.016222" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/tasks/enable_epel.yml:40 Saturday 27 January 2024 00:34:44 +0000 (0:00:00.430) 0:00:02.201 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/tests_auto_gateway_nm.yml:11 Saturday 27 January 2024 00:34:44 +0000 (0:00:00.011) 0:00:02.212 ****** 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-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:3 Saturday 27 January 2024 00:34:44 +0000 (0:00:00.010) 0:00:02.223 ****** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:9 Saturday 27 January 2024 00:34:44 +0000 (0:00:00.483) 0:00:02.707 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:34:44 +0000 (0:00:00.023) 0:00:02.730 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:34:44 +0000 (0:00:00.012) 0:00:02.743 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003567", "end": "2024-01-27 00:34:44.993440", "rc": 0, "start": "2024-01-27 00:34:44.989873" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:34:45 +0000 (0:00:00.199) 0:00:02.942 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:34:45 +0000 (0:00:00.023) 0:00:02.966 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:11 Saturday 27 January 2024 00:34:45 +0000 (0:00:00.011) 0:00:02.977 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 00:34:45 +0000 (0:00:00.033) 0:00:03.010 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 00:34:45 +0000 (0:00:00.021) 0:00:03.031 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 00:34:45 +0000 (0:00:00.009) 0:00:03.041 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:34:45 +0000 (0:00:00.013) 0:00:03.055 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:34:45 +0000 (0:00:00.017) 0:00:03.073 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003351", "end": "2024-01-27 00:34:45.345355", "rc": 0, "start": "2024-01-27 00:34:45.342004" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:34:45 +0000 (0:00:00.226) 0:00:03.299 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:34:45 +0000 (0:00:00.024) 0:00:03.324 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 00:34:45 +0000 (0:00:00.030) 0:00:03.355 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 00:34:48 +0000 (0:00:02.904) 0:00:06.259 ****** 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.011856", "end": "2024-01-27 00:34:48.529545", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-27 00:34:48.517689" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003926", "end": "2024-01-27 00:34:48.751138", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-27 00:34:48.747212" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004293", "end": "2024-01-27 00:34:48.932143", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-27 00:34:48.927850" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 00:34:48 +0000 (0:00:00.611) 0:00:06.871 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.024943", "end": "2024-01-27 00:34:49.143206", "rc": 0, "start": "2024-01-27 00:34:49.118263" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.215) 0:00:07.087 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.011) 0:00:07.098 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.013) 0:00:07.112 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.013) 0:00:07.126 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.015) 0:00:07.141 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:15 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.014) 0:00:07.155 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.036) 0:00:07.191 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.016) 0:00:07.207 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706315688.5213768, "block_size": 4096, "blocks": 0, "ctime": 1706315688.5213768, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22759, "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": 1706315688.5213768, "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-ci_fix0bgattv6/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.190) 0:00:07.398 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:17 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.031) 0:00:07.430 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.009) 0:00:07.440 ****** included: /WORKDIR/git-ci_fix0bgattv6/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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.065) 0:00:07.505 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.011) 0:00:07.516 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.009) 0:00:07.526 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 00:34:49 +0000 (0:00:00.009) 0:00:07.535 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 00:34:51 +0000 (0:00:01.560) 0:00:09.095 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 00:34:52 +0000 (0:00:01.714) 0:00:10.810 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 00:34:52 +0000 (0:00:00.053) 0:00:10.863 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 00:34:52 +0000 (0:00:00.022) 0:00:10.886 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 00:34:52 +0000 (0:00:00.023) 0:00:10.909 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 00:34:53 +0000 (0:00:00.045) 0:00:10.954 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 00:34:53 +0000 (0:00:00.031) 0:00:10.986 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 00:34:53 +0000 (0:00:00.035) 0:00:11.021 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 00:34:53 +0000 (0:00:00.054) 0:00:11.076 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 00:34:53 +0000 (0:00:00.654) 0:00:11.731 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 00:34:53 +0000 (0:00:00.038) 0:00:11.769 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 00:34:53 +0000 (0:00:00.025) 0:00:11.794 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 00:34:53 +0000 (0:00:00.067) 0:00:11.862 ****** 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, 5942a32b-4997-4f14-8df8-35412d802564 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 5942a32b-4997-4f14-8df8-35412d802564 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 00:34:54 +0000 (0:00:00.588) 0:00:12.450 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 00:34:54 +0000 (0:00:00.040) 0:00:12.490 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 5942a32b-4997-4f14-8df8-35412d802564", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 5942a32b-4997-4f14-8df8-35412d802564 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 00:34:54 +0000 (0:00:00.045) 0:00:12.536 ****** 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, 5942a32b-4997-4f14-8df8-35412d802564\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 5942a32b-4997-4f14-8df8-35412d802564 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 5942a32b-4997-4f14-8df8-35412d802564", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 5942a32b-4997-4f14-8df8-35412d802564 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 00:34:54 +0000 (0:00:00.054) 0:00:12.590 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 00:34:54 +0000 (0:00:00.120) 0:00:12.711 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:42 Saturday 27 January 2024 00:34:55 +0000 (0:00:00.292) 0:00:13.004 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 January 2024 00:34:55 +0000 (0:00:00.131) 0:00:13.135 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 00:34:55 +0000 (0:00:00.063) 0:00:13.199 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706315688.5213768, "block_size": 4096, "blocks": 0, "ctime": 1706315688.5213768, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22759, "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": 1706315688.5213768, "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-ci_fix0bgattv6/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 January 2024 00:34:55 +0000 (0:00:00.312) 0:00:13.512 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:44 Saturday 27 January 2024 00:34:55 +0000 (0:00:00.028) 0:00:13.541 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 January 2024 00:34:55 +0000 (0:00:00.069) 0:00:13.610 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 January 2024 00:34:55 +0000 (0:00:00.045) 0:00:13.656 ****** 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-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 January 2024 00:34:55 +0000 (0:00:00.039) 0:00:13.695 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706315694.4662569, "block_size": 4096, "blocks": 8, "ctime": 1706315694.4262571, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6160877, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1706315694.4262571, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 396, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 January 2024 00:34:55 +0000 (0:00:00.212) 0:00:13.908 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 January 2024 00:34:56 +0000 (0:00:00.038) 0:00:13.946 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021792", "end": "2024-01-27 00:34:56.221573", "rc": 0, "start": "2024-01-27 00:34:56.199781" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 January 2024 00:34:56 +0000 (0:00:00.236) 0:00:14.182 ****** 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-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 January 2024 00:34:56 +0000 (0:00:00.026) 0:00:14.208 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 January 2024 00:34:56 +0000 (0:00:00.024) 0:00:14.233 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 January 2024 00:34:56 +0000 (0:00:00.047) 0:00:14.280 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 January 2024 00:34:56 +0000 (0:00:00.027) 0:00:14.308 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 January 2024 00:34:56 +0000 (0:00:00.055) 0:00:14.364 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 January 2024 00:34:56 +0000 (0:00:00.063) 0:00:14.427 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 January 2024 00:34:56 +0000 (0:00:00.026) 0:00:14.453 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:48 Saturday 27 January 2024 00:34:56 +0000 (0:00:00.034) 0:00:14.487 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003893", "end": "2024-01-27 00:34:56.759402", "rc": 0, "start": "2024-01-27 00:34:56.755509" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.45.8 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.45.8 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-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:52 Saturday 27 January 2024 00:34:56 +0000 (0:00:00.226) 0:00:14.714 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:58 Saturday 27 January 2024 00:34:56 +0000 (0:00:00.029) 0:00:14.743 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003860", "end": "2024-01-27 00:34:56.994091", "rc": 0, "start": "2024-01-27 00:34:56.990231" } 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-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:62 Saturday 27 January 2024 00:34:57 +0000 (0:00:00.200) 0:00:14.944 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:69 Saturday 27 January 2024 00:34:57 +0000 (0:00:00.032) 0:00:14.977 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 00:34:57 +0000 (0:00:00.033) 0:00:15.011 ****** included: /WORKDIR/git-ci_fix0bgattv6/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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 00:34:57 +0000 (0:00:00.070) 0:00:15.082 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 00:34:57 +0000 (0:00:00.028) 0:00:15.110 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 00:34:57 +0000 (0:00:00.021) 0:00:15.131 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 00:34:57 +0000 (0:00:00.020) 0:00:15.152 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 00:34:58 +0000 (0:00:01.495) 0:00:16.647 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 00:35:00 +0000 (0:00:01.609) 0:00:18.257 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 00:35:00 +0000 (0:00:00.029) 0:00:18.286 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 00:35:00 +0000 (0:00:00.043) 0:00:18.330 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 00:35:00 +0000 (0:00:00.037) 0:00:18.368 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 00:35:00 +0000 (0:00:00.058) 0:00:18.426 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 00:35:00 +0000 (0:00:00.033) 0:00:18.459 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 00:35:00 +0000 (0:00:00.030) 0:00:18.489 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 00:35:00 +0000 (0:00:00.046) 0:00:18.536 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 00:35:01 +0000 (0:00:00.398) 0:00:18.934 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 00:35:01 +0000 (0:00:00.037) 0:00:18.972 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 00:35:01 +0000 (0:00:00.043) 0:00:19.015 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 00:35:01 +0000 (0:00:00.029) 0:00:19.045 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 00:35:01 +0000 (0:00:00.483) 0:00:19.528 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 00:35:01 +0000 (0:00:00.023) 0:00:19.552 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 00:35:01 +0000 (0:00:00.033) 0:00:19.586 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 00:35:01 +0000 (0:00:00.079) 0:00:19.665 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 00:35:01 +0000 (0:00:00.030) 0:00:19.696 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:81 Saturday 27 January 2024 00:35:01 +0000 (0:00:00.215) 0:00:19.911 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 00:35:02 +0000 (0:00:00.073) 0:00:19.985 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 00:35:02 +0000 (0:00:00.027) 0:00:20.012 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 00:35:02 +0000 (0:00:00.023) 0:00:20.035 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:35:02 +0000 (0:00:00.033) 0:00:20.069 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:35:02 +0000 (0:00:00.033) 0:00:20.102 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003369", "end": "2024-01-27 00:35:02.357409", "rc": 0, "start": "2024-01-27 00:35:02.354040" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:35:02 +0000 (0:00:00.206) 0:00:20.309 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:35:02 +0000 (0:00:00.033) 0:00:20.342 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 00:35:02 +0000 (0:00:00.067) 0:00:20.409 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 00:35:05 +0000 (0:00:02.566) 0:00:22.976 ****** 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-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 00:35:05 +0000 (0:00:00.032) 0:00:23.008 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 00:35:05 +0000 (0:00:00.023) 0:00:23.031 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.012013", "end": "2024-01-27 00:35:05.304487", "rc": 0, "start": "2024-01-27 00:35:05.292474" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 00:35:05 +0000 (0:00:00.238) 0:00:23.269 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 00:35:05 +0000 (0:00:00.030) 0:00:23.300 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 00:35:05 +0000 (0:00:00.038) 0:00:23.338 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 00:35:05 +0000 (0:00:00.024) 0:00:23.363 ****** 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-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:85 Saturday 27 January 2024 00:35:05 +0000 (0:00:00.023) 0:00:23.387 ****** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:89 Saturday 27 January 2024 00:35:05 +0000 (0:00:00.025) 0:00:23.412 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 00:35:05 +0000 (0:00:00.125) 0:00:23.538 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 00:35:05 +0000 (0:00:00.033) 0:00:23.571 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 00:35:05 +0000 (0:00:00.025) 0:00:23.596 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:35:05 +0000 (0:00:00.079) 0:00:23.675 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:35:05 +0000 (0:00:00.045) 0:00:23.721 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003481", "end": "2024-01-27 00:35:05.972798", "rc": 0, "start": "2024-01-27 00:35:05.969317" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:35:06 +0000 (0:00:00.214) 0:00:23.936 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:35:06 +0000 (0:00:00.024) 0:00:23.960 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 00:35:06 +0000 (0:00:00.021) 0:00:23.982 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 00:35:08 +0000 (0:00:02.587) 0:00:26.570 ****** 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.006723", "end": "2024-01-27 00:35:08.832842", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-27 00:35:08.826119" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003897", "end": "2024-01-27 00:35:09.066208", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-27 00:35:09.062311" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004381", "end": "2024-01-27 00:35:09.283221", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-27 00:35:09.278840" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 00:35:09 +0000 (0:00:00.679) 0:00:27.249 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.023634", "end": "2024-01-27 00:35:09.561621", "rc": 0, "start": "2024-01-27 00:35:09.537987" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 00:35:09 +0000 (0:00:00.265) 0:00:27.514 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 00:35:09 +0000 (0:00:00.036) 0:00:27.551 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 00:35:09 +0000 (0:00:00.025) 0:00:27.577 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 00:35:09 +0000 (0:00:00.027) 0:00:27.605 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 00:35:09 +0000 (0:00:00.031) 0:00:27.636 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 00:35:09 +0000 (0:00:00.039) 0:00:27.676 ****** included: /WORKDIR/git-ci_fix0bgattv6/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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 00:35:09 +0000 (0:00:00.042) 0:00:27.719 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 00:35:09 +0000 (0:00:00.026) 0:00:27.745 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 00:35:09 +0000 (0:00:00.021) 0:00:27.767 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 00:35:09 +0000 (0:00:00.020) 0:00:27.788 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 00:35:11 +0000 (0:00:01.527) 0:00:29.316 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 00:35:12 +0000 (0:00:01.553) 0:00:30.870 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 00:35:12 +0000 (0:00:00.023) 0:00:30.893 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 00:35:12 +0000 (0:00:00.022) 0:00:30.915 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 00:35:13 +0000 (0:00:00.022) 0:00:30.938 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 00:35:13 +0000 (0:00:00.043) 0:00:30.982 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 00:35:13 +0000 (0:00:00.051) 0:00:31.034 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 00:35:13 +0000 (0:00:00.023) 0:00:31.058 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 00:35:13 +0000 (0:00:00.026) 0:00:31.084 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 00:35:13 +0000 (0:00:00.366) 0:00:31.451 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 00:35:13 +0000 (0:00:00.033) 0:00:31.484 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 00:35:13 +0000 (0:00:00.062) 0:00:31.546 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 00:35:13 +0000 (0:00:00.042) 0:00:31.589 ****** 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, 1e643ece-565e-459f-ac47-fe41771ce7c6 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 1e643ece-565e-459f-ac47-fe41771ce7c6 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 00:35:14 +0000 (0:00:00.442) 0:00:32.031 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 00:35:14 +0000 (0:00:00.022) 0:00:32.054 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 1e643ece-565e-459f-ac47-fe41771ce7c6", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 1e643ece-565e-459f-ac47-fe41771ce7c6 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 00:35:14 +0000 (0:00:00.023) 0:00:32.078 ****** 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, 1e643ece-565e-459f-ac47-fe41771ce7c6\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 1e643ece-565e-459f-ac47-fe41771ce7c6 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 1e643ece-565e-459f-ac47-fe41771ce7c6", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 1e643ece-565e-459f-ac47-fe41771ce7c6 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 00:35:14 +0000 (0:00:00.026) 0:00:32.104 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 00:35:14 +0000 (0:00:00.021) 0:00:32.126 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:110 Saturday 27 January 2024 00:35:14 +0000 (0:00:00.234) 0:00:32.360 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 January 2024 00:35:14 +0000 (0:00:00.121) 0:00:32.482 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 00:35:14 +0000 (0:00:00.036) 0:00:32.518 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706315708.8300033, "block_size": 4096, "blocks": 0, "ctime": 1706315708.8300033, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23345, "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": 1706315708.8300033, "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-ci_fix0bgattv6/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 January 2024 00:35:14 +0000 (0:00:00.212) 0:00:32.730 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:112 Saturday 27 January 2024 00:35:14 +0000 (0:00:00.023) 0:00:32.754 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 January 2024 00:35:14 +0000 (0:00:00.059) 0:00:32.813 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 January 2024 00:35:14 +0000 (0:00:00.038) 0:00:32.852 ****** 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-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 January 2024 00:35:14 +0000 (0:00:00.050) 0:00:32.903 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706315714.058176, "block_size": 4096, "blocks": 8, "ctime": 1706315714.019176, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6160877, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1706315714.019176, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 323, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 January 2024 00:35:15 +0000 (0:00:00.244) 0:00:33.147 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 January 2024 00:35:15 +0000 (0:00:00.036) 0:00:33.184 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022332", "end": "2024-01-27 00:35:15.483607", "rc": 0, "start": "2024-01-27 00:35:15.461275" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 January 2024 00:35:15 +0000 (0:00:00.273) 0:00:33.458 ****** 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-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 January 2024 00:35:15 +0000 (0:00:00.125) 0:00:33.583 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 January 2024 00:35:15 +0000 (0:00:00.060) 0:00:33.644 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 January 2024 00:35:15 +0000 (0:00:00.070) 0:00:33.715 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 January 2024 00:35:15 +0000 (0:00:00.066) 0:00:33.782 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 January 2024 00:35:15 +0000 (0:00:00.037) 0:00:33.819 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 January 2024 00:35:15 +0000 (0:00:00.038) 0:00:33.858 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 January 2024 00:35:15 +0000 (0:00:00.043) 0:00:33.901 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:116 Saturday 27 January 2024 00:35:16 +0000 (0:00:00.036) 0:00:33.938 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003930", "end": "2024-01-27 00:35:16.235003", "rc": 0, "start": "2024-01-27 00:35:16.231073" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.45.8 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.45.8 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-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:120 Saturday 27 January 2024 00:35:16 +0000 (0:00:00.258) 0:00:34.197 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:126 Saturday 27 January 2024 00:35:16 +0000 (0:00:00.042) 0:00:34.239 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003909", "end": "2024-01-27 00:35:16.504226", "rc": 0, "start": "2024-01-27 00:35:16.500317" } 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-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:130 Saturday 27 January 2024 00:35:16 +0000 (0:00:00.215) 0:00:34.455 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:137 Saturday 27 January 2024 00:35:16 +0000 (0:00:00.025) 0:00:34.480 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 00:35:16 +0000 (0:00:00.023) 0:00:34.503 ****** included: /WORKDIR/git-ci_fix0bgattv6/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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 00:35:16 +0000 (0:00:00.040) 0:00:34.543 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 00:35:16 +0000 (0:00:00.032) 0:00:34.576 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 00:35:16 +0000 (0:00:00.065) 0:00:34.641 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 00:35:16 +0000 (0:00:00.021) 0:00:34.662 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 00:35:18 +0000 (0:00:01.506) 0:00:36.169 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 00:35:19 +0000 (0:00:01.562) 0:00:37.731 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 00:35:19 +0000 (0:00:00.029) 0:00:37.761 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 00:35:19 +0000 (0:00:00.040) 0:00:37.802 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 00:35:19 +0000 (0:00:00.033) 0:00:37.836 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 00:35:20 +0000 (0:00:00.093) 0:00:37.929 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 00:35:20 +0000 (0:00:00.024) 0:00:37.953 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 00:35:20 +0000 (0:00:00.026) 0:00:37.980 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 00:35:20 +0000 (0:00:00.055) 0:00:38.036 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 00:35:20 +0000 (0:00:00.383) 0:00:38.419 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 00:35:20 +0000 (0:00:00.026) 0:00:38.446 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 00:35:20 +0000 (0:00:00.031) 0:00:38.477 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 00:35:20 +0000 (0:00:00.024) 0:00:38.501 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 00:35:20 +0000 (0:00:00.410) 0:00:38.912 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 00:35:21 +0000 (0:00:00.037) 0:00:38.950 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 00:35:21 +0000 (0:00:00.025) 0:00:38.975 ****** 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-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 00:35:21 +0000 (0:00:00.025) 0:00:39.001 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 00:35:21 +0000 (0:00:00.023) 0:00:39.025 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:149 Saturday 27 January 2024 00:35:21 +0000 (0:00:00.194) 0:00:39.219 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 00:35:21 +0000 (0:00:00.095) 0:00:39.315 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 00:35:21 +0000 (0:00:00.022) 0:00:39.337 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 00:35:21 +0000 (0:00:00.022) 0:00:39.359 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:35:21 +0000 (0:00:00.037) 0:00:39.396 ****** included: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:35:21 +0000 (0:00:00.042) 0:00:39.438 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003362", "end": "2024-01-27 00:35:21.691718", "rc": 0, "start": "2024-01-27 00:35:21.688356" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:35:21 +0000 (0:00:00.202) 0:00:39.641 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:35:21 +0000 (0:00:00.023) 0:00:39.664 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 00:35:21 +0000 (0:00:00.021) 0:00:39.686 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 00:35:24 +0000 (0:00:02.596) 0:00:42.282 ****** 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-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 00:35:24 +0000 (0:00:00.046) 0:00:42.329 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 00:35:24 +0000 (0:00:00.025) 0:00:42.354 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.012724", "end": "2024-01-27 00:35:24.646161", "rc": 0, "start": "2024-01-27 00:35:24.633437" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 00:35:24 +0000 (0:00:00.251) 0:00:42.606 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 00:35:24 +0000 (0:00:00.025) 0:00:42.631 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 00:35:24 +0000 (0:00:00.023) 0:00:42.655 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 00:35:24 +0000 (0:00:00.023) 0:00:42.678 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=129 changed=4 unreachable=0 failed=0 skipped=98 rescued=0 ignored=0 Saturday 27 January 2024 00:35:24 +0000 (0:00:00.016) 0:00:42.694 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.90s /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.60s /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 1.71s /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.61s /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.56s /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.55s /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.50s /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 0.89s /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.78s /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:85 Gathering Facts --------------------------------------------------------- 0.75s /WORKDIR/git-ci_fix0bgattv6/tests/tests_auto_gateway_nm.yml:6 ----------------- Create veth interface veth0 --------------------------------------------- 0.68s /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:24 linux-system-roles.network : Enable and start NetworkManager ------------ 0.65s /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:85 Create veth interface veth0 --------------------------------------------- 0.61s /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tasks/manage_test_interface.yml:24 linux-system-roles.network : Configure networking connection profiles --- 0.59s /WORKDIR/git-ci_fix0bgattv6/tests/roles/linux-system-roles.network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 0.48s /WORKDIR/git-ci_fix0bgattv6/tests/playbooks/tests_auto_gateway.yml:3 ---------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---