# 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_initscripts.yml *********************************** 2 plays in /WORKDIR/git-route_typeuxysm9b5/tests/tests_auto_gateway_initscripts.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/tests_auto_gateway_initscripts.yml:5 Monday 08 January 2024 14:10:27 +0000 (0:00:00.014) 0:00:00.014 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/tests_auto_gateway_initscripts.yml:8 Monday 08 January 2024 14:10:28 +0000 (0:00:01.019) 0:00:01.034 ******** included: /WORKDIR/git-route_typeuxysm9b5/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-route_typeuxysm9b5/tests/tasks/el_repo_setup.yml:3 Monday 08 January 2024 14:10:28 +0000 (0:00:00.013) 0:00:01.047 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/tasks/el_repo_setup.yml:19 Monday 08 January 2024 14:10:29 +0000 (0:00:00.306) 0:00:01.354 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/tasks/el_repo_setup.yml:24 Monday 08 January 2024 14:10:29 +0000 (0:00:00.195) 0:00:01.550 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/tasks/el_repo_setup.yml:28 Monday 08 January 2024 14:10:29 +0000 (0:00:00.027) 0:00:01.577 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/tasks/el_repo_setup.yml:53 Monday 08 January 2024 14:10:29 +0000 (0:00:00.084) 0:00:01.661 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 6] *********************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/tasks/enable_epel.yml:8 Monday 08 January 2024 14:10:29 +0000 (0:00:00.044) 0:00:01.706 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/tasks/enable_epel.yml:24 Monday 08 January 2024 14:10:29 +0000 (0:00:00.016) 0:00:01.723 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/tasks/enable_epel.yml:30 Monday 08 January 2024 14:10:29 +0000 (0:00:00.018) 0:00:01.741 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/tasks/enable_epel.yml:35 Monday 08 January 2024 14:10:29 +0000 (0:00:00.011) 0:00:01.753 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/tasks/enable_epel.yml:40 Monday 08 January 2024 14:10:29 +0000 (0:00:00.013) 0:00:01.766 ******** changed: [sut] => { "changed": true, "checksum": "4bafddfe7badb0971135c888f25df1308b193622", "dest": "/etc/yum.repos.d/epel.repo", "gid": 0, "group": "root", "md5sum": "12399e686d606599d8958688eeeed500", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 155, "src": "/root/.ansible/tmp/ansible-tmp-1704723029.6893768-2504-5681280431968/source", "state": "file", "uid": 0 } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/tests_auto_gateway_initscripts.yml:10 Monday 08 January 2024 14:10:30 +0000 (0:00:00.606) 0:00:02.373 ******** ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:3 Monday 08 January 2024 14:10:30 +0000 (0:00:00.031) 0:00:02.404 ******** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:9 Monday 08 January 2024 14:10:31 +0000 (0:00:00.754) 0:00:03.158 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml:3 Monday 08 January 2024 14:10:31 +0000 (0:00:00.089) 0:00:03.248 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 08 January 2024 14:10:31 +0000 (0:00:00.035) 0:00:03.283 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002971", "end": "2024-01-08 14:10:31.371396", "rc": 0, "start": "2024-01-08 14:10:31.368425" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 08 January 2024 14:10:31 +0000 (0:00:00.199) 0:00:03.483 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml:5 Monday 08 January 2024 14:10:31 +0000 (0:00:00.014) 0:00:03.497 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:11 Monday 08 January 2024 14:10:31 +0000 (0:00:00.020) 0:00:03.517 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:3 Monday 08 January 2024 14:10:31 +0000 (0:00:00.035) 0:00:03.553 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:8 Monday 08 January 2024 14:10:31 +0000 (0:00:00.015) 0:00:03.568 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:13 Monday 08 January 2024 14:10:31 +0000 (0:00:00.014) 0:00:03.583 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml:3 Monday 08 January 2024 14:10:31 +0000 (0:00:00.019) 0:00:03.602 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 08 January 2024 14:10:31 +0000 (0:00:00.016) 0:00:03.618 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002932", "end": "2024-01-08 14:10:31.626337", "rc": 0, "start": "2024-01-08 14:10:31.623405" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 08 January 2024 14:10:31 +0000 (0:00:00.119) 0:00:03.738 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml:5 Monday 08 January 2024 14:10:31 +0000 (0:00:00.022) 0:00:03.760 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:16 Monday 08 January 2024 14:10:31 +0000 (0:00:00.015) 0:00:03.776 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:24 Monday 08 January 2024 14:10:32 +0000 (0:00:00.624) 0:00:04.400 ******** 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.168049", "end": "2024-01-08 14:10:32.582062", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-08 14:10:32.414013" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004034", "end": "2024-01-08 14:10:32.738098", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-08 14:10:32.734064" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003324", "end": "2024-01-08 14:10:32.875739", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-08 14:10:32.872415" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:33 Monday 08 January 2024 14:10:32 +0000 (0:00:00.588) 0:00:04.989 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli d set veth0 managed true", "rc": 2 } MSG: [Errno 2] No such file or directory ...ignoring TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:41 Monday 08 January 2024 14:10:33 +0000 (0:00:00.119) 0:00:05.109 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:48 Monday 08 January 2024 14:10:33 +0000 (0:00:00.016) 0:00:05.126 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:54 Monday 08 January 2024 14:10:33 +0000 (0:00:00.013) 0:00:05.139 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:61 Monday 08 January 2024 14:10:33 +0000 (0:00:00.013) 0:00:05.152 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:67 Monday 08 January 2024 14:10:33 +0000 (0:00:00.013) 0:00:05.166 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:15 Monday 08 January 2024 14:10:33 +0000 (0:00:00.012) 0:00:05.178 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_device_present.yml:3 Monday 08 January 2024 14:10:33 +0000 (0:00:00.031) 0:00:05.209 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 08 January 2024 14:10:33 +0000 (0:00:00.017) 0:00:05.226 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1704723032.717668, "block_size": 4096, "blocks": 0, "ctime": 1704723032.699668, "dev": 0, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6447, "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": 1704723032.699668, "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-route_typeuxysm9b5/tests/playbooks/tasks/assert_device_present.yml:5 Monday 08 January 2024 14:10:33 +0000 (0:00:00.115) 0:00:05.342 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:17 Monday 08 January 2024 14:10:33 +0000 (0:00:00.014) 0:00:05.357 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 08 January 2024 14:10:33 +0000 (0:00:00.012) 0:00:05.369 ******** included: /WORKDIR/git-route_typeuxysm9b5/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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 08 January 2024 14:10:33 +0000 (0:00:00.069) 0:00:05.439 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 08 January 2024 14:10:33 +0000 (0:00:00.015) 0:00:05.454 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 08 January 2024 14:10:33 +0000 (0:00:00.014) 0:00:05.469 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 08 January 2024 14:10:33 +0000 (0:00:00.012) 0:00:05.481 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 08 January 2024 14:10:34 +0000 (0:00:01.562) 0:00:07.044 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 08 January 2024 14:10:35 +0000 (0:00:00.707) 0:00:07.752 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 08 January 2024 14:10:35 +0000 (0:00:00.024) 0:00:07.776 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 08 January 2024 14:10:35 +0000 (0:00:00.021) 0:00:07.798 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 08 January 2024 14:10:35 +0000 (0:00:00.037) 0:00:07.835 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 08 January 2024 14:10:35 +0000 (0:00:00.075) 0:00:07.910 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 08 January 2024 14:10:35 +0000 (0:00:00.021) 0:00:07.931 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 08 January 2024 14:10:35 +0000 (0:00:00.027) 0:00:07.959 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 08 January 2024 14:10:35 +0000 (0:00:00.027) 0:00:07.987 ******** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 08 January 2024 14:10:35 +0000 (0:00:00.022) 0:00:08.009 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 08 January 2024 14:10:35 +0000 (0:00:00.020) 0:00:08.030 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 08 January 2024 14:10:36 +0000 (0:00:00.243) 0:00:08.274 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-23542zqmufnz/tmpk4ypx8hi" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 08 January 2024 14:10:36 +0000 (0:00:00.204) 0:00:08.478 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0... ', err='' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 08 January 2024 14:10:40 +0000 (0:00:04.476) 0:00:12.954 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 08 January 2024 14:10:40 +0000 (0:00:00.038) 0:00:12.993 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0...", "', err=''" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 08 January 2024 14:10:40 +0000 (0:00:00.031) 0:00:13.025 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0...\n', err=''\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0...", "', err=''" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 08 January 2024 14:10:40 +0000 (0:00:00.025) 0:00:13.050 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 08 January 2024 14:10:40 +0000 (0:00:00.022) 0:00:13.072 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:42 Monday 08 January 2024 14:10:41 +0000 (0:00:00.242) 0:00:13.315 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_device_present.yml:3 Monday 08 January 2024 14:10:41 +0000 (0:00:00.092) 0:00:13.407 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 08 January 2024 14:10:41 +0000 (0:00:00.096) 0:00:13.504 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1704723032.717668, "block_size": 4096, "blocks": 0, "ctime": 1704723032.699668, "dev": 0, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6447, "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": 1704723032.699668, "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-route_typeuxysm9b5/tests/playbooks/tasks/assert_device_present.yml:5 Monday 08 January 2024 14:10:41 +0000 (0:00:00.133) 0:00:13.637 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:44 Monday 08 January 2024 14:10:41 +0000 (0:00:00.031) 0:00:13.669 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 08 January 2024 14:10:41 +0000 (0:00:00.052) 0:00:13.722 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 08 January 2024 14:10:41 +0000 (0:00:00.036) 0:00:13.758 ******** 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-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 08 January 2024 14:10:41 +0000 (0:00:00.021) 0:00:13.780 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1704723036.713668, "block_size": 4096, "blocks": 8, "ctime": 1704723036.702668, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3668, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1704723036.702668, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 08 January 2024 14:10:41 +0000 (0:00:00.135) 0:00:13.915 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 08 January 2024 14:10:41 +0000 (0:00:00.022) 0:00:13.938 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.004485", "end": "2024-01-08 14:10:41.947007", "rc": 1, "start": "2024-01-08 14:10:41.942522" } STDERR: /bin/sh: nmcli: command not found MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 08 January 2024 14:10:41 +0000 (0:00:00.127) 0:00:14.065 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 08 January 2024 14:10:41 +0000 (0:00:00.022) 0:00:14.088 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002703", "end": "2024-01-08 14:10:42.098095", "rc": 0, "start": "2024-01-08 14:10:42.095392" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 08 January 2024 14:10:42 +0000 (0:00:00.133) 0:00:14.221 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 08 January 2024 14:10:42 +0000 (0:00:00.026) 0:00:14.248 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002814", "end": "2024-01-08 14:10:42.258647", "rc": 0, "start": "2024-01-08 14:10:42.255833" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 08 January 2024 14:10:42 +0000 (0:00:00.130) 0:00:14.378 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 08 January 2024 14:10:42 +0000 (0:00:00.058) 0:00:14.437 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 08 January 2024 14:10:42 +0000 (0:00:00.025) 0:00:14.463 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 08 January 2024 14:10:42 +0000 (0:00:00.025) 0:00:14.489 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:48 Monday 08 January 2024 14:10:42 +0000 (0:00:00.022) 0:00:14.511 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.002739", "end": "2024-01-08 14:10:42.519024", "rc": 0, "start": "2024-01-08 14:10:42.516285" } STDOUT: 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.43.214 169.254.0.0/16 dev eth0 scope link metric 1002 169.254.0.0/16 dev veth0 scope link metric 1004 default via 10.31.40.1 dev eth0 default via 203.0.113.1 dev veth0 metric 65535 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:52 Monday 08 January 2024 14:10:42 +0000 (0:00:00.127) 0:00:14.639 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:58 Monday 08 January 2024 14:10:42 +0000 (0:00:00.023) 0:00:14.662 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.002756", "end": "2024-01-08 14:10:42.672001", "rc": 0, "start": "2024-01-08 14:10:42.669245" } STDOUT: unreachable ::/96 dev lo metric 1024 error -113 mtu 65536 unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 mtu 65536 2001:db8::/64 dev veth0 proto kernel metric 256 mtu 1500 unreachable 2002:a00::/24 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:7f00::/24 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:ac10::/28 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:e000::/19 dev lo metric 1024 error -113 mtu 65536 unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 mtu 65536 fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 fe80::/64 dev veth0 proto kernel metric 256 mtu 1500 fe80::/64 dev peerveth0 proto kernel metric 256 mtu 1500 default via 2001:db8::1 dev veth0 metric 1 mtu 1500 TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:62 Monday 08 January 2024 14:10:42 +0000 (0:00:00.129) 0:00:14.792 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:69 Monday 08 January 2024 14:10:42 +0000 (0:00:00.031) 0:00:14.823 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 08 January 2024 14:10:42 +0000 (0:00:00.027) 0:00:14.851 ******** included: /WORKDIR/git-route_typeuxysm9b5/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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 08 January 2024 14:10:42 +0000 (0:00:00.041) 0:00:14.892 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 08 January 2024 14:10:42 +0000 (0:00:00.027) 0:00:14.920 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 08 January 2024 14:10:42 +0000 (0:00:00.028) 0:00:14.949 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 08 January 2024 14:10:42 +0000 (0:00:00.026) 0:00:14.975 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 08 January 2024 14:10:44 +0000 (0:00:01.396) 0:00:16.372 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 08 January 2024 14:10:44 +0000 (0:00:00.551) 0:00:16.924 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 08 January 2024 14:10:44 +0000 (0:00:00.025) 0:00:16.949 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 08 January 2024 14:10:44 +0000 (0:00:00.023) 0:00:16.973 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 08 January 2024 14:10:44 +0000 (0:00:00.022) 0:00:16.995 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 08 January 2024 14:10:44 +0000 (0:00:00.049) 0:00:17.044 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 08 January 2024 14:10:44 +0000 (0:00:00.022) 0:00:17.067 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 08 January 2024 14:10:44 +0000 (0:00:00.022) 0:00:17.089 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 08 January 2024 14:10:45 +0000 (0:00:00.024) 0:00:17.114 ******** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 08 January 2024 14:10:45 +0000 (0:00:00.021) 0:00:17.136 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 08 January 2024 14:10:45 +0000 (0:00:00.021) 0:00:17.158 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 08 January 2024 14:10:45 +0000 (0:00:00.242) 0:00:17.401 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-23542zqmufnz/tmpbs4kx7q_" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 08 January 2024 14:10:45 +0000 (0:00:00.196) 0:00:17.597 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err='' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 08 January 2024 14:10:45 +0000 (0:00:00.375) 0:00:17.972 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 08 January 2024 14:10:45 +0000 (0:00:00.023) 0:00:17.996 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 08 January 2024 14:10:45 +0000 (0:00:00.035) 0:00:18.032 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 08 January 2024 14:10:45 +0000 (0:00:00.026) 0:00:18.059 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 08 January 2024 14:10:45 +0000 (0:00:00.040) 0:00:18.099 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:81 Monday 08 January 2024 14:10:46 +0000 (0:00:00.135) 0:00:18.234 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:3 Monday 08 January 2024 14:10:46 +0000 (0:00:00.053) 0:00:18.287 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:8 Monday 08 January 2024 14:10:46 +0000 (0:00:00.024) 0:00:18.312 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:13 Monday 08 January 2024 14:10:46 +0000 (0:00:00.021) 0:00:18.334 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml:3 Monday 08 January 2024 14:10:46 +0000 (0:00:00.076) 0:00:18.411 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 08 January 2024 14:10:46 +0000 (0:00:00.041) 0:00:18.452 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002927", "end": "2024-01-08 14:10:46.461894", "rc": 0, "start": "2024-01-08 14:10:46.458967" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 08 January 2024 14:10:46 +0000 (0:00:00.130) 0:00:18.582 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml:5 Monday 08 January 2024 14:10:46 +0000 (0:00:00.030) 0:00:18.613 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:16 Monday 08 January 2024 14:10:46 +0000 (0:00:00.025) 0:00:18.639 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:24 Monday 08 January 2024 14:10:46 +0000 (0:00:00.387) 0:00:19.026 ******** 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-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:33 Monday 08 January 2024 14:10:46 +0000 (0:00:00.032) 0:00:19.058 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:41 Monday 08 January 2024 14:10:46 +0000 (0:00:00.024) 0:00:19.083 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.049234", "end": "2024-01-08 14:10:47.140614", "rc": 0, "start": "2024-01-08 14:10:47.091380" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:48 Monday 08 January 2024 14:10:47 +0000 (0:00:00.508) 0:00:19.591 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:54 Monday 08 January 2024 14:10:47 +0000 (0:00:00.024) 0:00:19.616 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:61 Monday 08 January 2024 14:10:47 +0000 (0:00:00.033) 0:00:19.649 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:67 Monday 08 January 2024 14:10:47 +0000 (0:00:00.025) 0:00:19.675 ******** 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-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:85 Monday 08 January 2024 14:10:47 +0000 (0:00:00.038) 0:00:19.714 ******** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:89 Monday 08 January 2024 14:10:47 +0000 (0:00:00.090) 0:00:19.804 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:3 Monday 08 January 2024 14:10:47 +0000 (0:00:00.065) 0:00:19.869 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:8 Monday 08 January 2024 14:10:47 +0000 (0:00:00.024) 0:00:19.894 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:13 Monday 08 January 2024 14:10:47 +0000 (0:00:00.033) 0:00:19.927 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml:3 Monday 08 January 2024 14:10:47 +0000 (0:00:00.036) 0:00:19.964 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 08 January 2024 14:10:47 +0000 (0:00:00.040) 0:00:20.004 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002934", "end": "2024-01-08 14:10:48.017325", "rc": 0, "start": "2024-01-08 14:10:48.014391" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 08 January 2024 14:10:48 +0000 (0:00:00.133) 0:00:20.138 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml:5 Monday 08 January 2024 14:10:48 +0000 (0:00:00.033) 0:00:20.171 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:16 Monday 08 January 2024 14:10:48 +0000 (0:00:00.028) 0:00:20.200 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:24 Monday 08 January 2024 14:10:48 +0000 (0:00:00.401) 0:00:20.602 ******** 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.003553", "end": "2024-01-08 14:10:48.618399", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-08 14:10:48.614846" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.002907", "end": "2024-01-08 14:10:48.760925", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-08 14:10:48.758018" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003072", "end": "2024-01-08 14:10:48.870891", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-08 14:10:48.867819" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:33 Monday 08 January 2024 14:10:48 +0000 (0:00:00.389) 0:00:20.991 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli d set veth0 managed true", "rc": 2 } MSG: [Errno 2] No such file or directory ...ignoring TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:41 Monday 08 January 2024 14:10:49 +0000 (0:00:00.183) 0:00:21.175 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:48 Monday 08 January 2024 14:10:49 +0000 (0:00:00.024) 0:00:21.199 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:54 Monday 08 January 2024 14:10:49 +0000 (0:00:00.021) 0:00:21.221 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:61 Monday 08 January 2024 14:10:49 +0000 (0:00:00.022) 0:00:21.243 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:67 Monday 08 January 2024 14:10:49 +0000 (0:00:00.022) 0:00:21.265 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 08 January 2024 14:10:49 +0000 (0:00:00.020) 0:00:21.286 ******** included: /WORKDIR/git-route_typeuxysm9b5/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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 08 January 2024 14:10:49 +0000 (0:00:00.037) 0:00:21.323 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 08 January 2024 14:10:49 +0000 (0:00:00.025) 0:00:21.349 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 08 January 2024 14:10:49 +0000 (0:00:00.021) 0:00:21.370 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 08 January 2024 14:10:49 +0000 (0:00:00.021) 0:00:21.392 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 08 January 2024 14:10:50 +0000 (0:00:01.467) 0:00:22.860 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 08 January 2024 14:10:51 +0000 (0:00:00.599) 0:00:23.459 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 08 January 2024 14:10:51 +0000 (0:00:00.024) 0:00:23.484 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 08 January 2024 14:10:51 +0000 (0:00:00.022) 0:00:23.507 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 08 January 2024 14:10:51 +0000 (0:00:00.022) 0:00:23.529 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 08 January 2024 14:10:51 +0000 (0:00:00.049) 0:00:23.579 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 08 January 2024 14:10:51 +0000 (0:00:00.024) 0:00:23.604 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 08 January 2024 14:10:51 +0000 (0:00:00.023) 0:00:23.627 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 08 January 2024 14:10:51 +0000 (0:00:00.043) 0:00:23.671 ******** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 08 January 2024 14:10:51 +0000 (0:00:00.041) 0:00:23.713 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 08 January 2024 14:10:51 +0000 (0:00:00.030) 0:00:23.743 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 08 January 2024 14:10:51 +0000 (0:00:00.195) 0:00:23.938 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-23542zqmufnz/tmpm2_j2igi" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 08 January 2024 14:10:52 +0000 (0:00:00.243) 0:00:24.182 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0... ', err='' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 08 January 2024 14:10:56 +0000 (0:00:04.421) 0:00:28.603 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 08 January 2024 14:10:56 +0000 (0:00:00.024) 0:00:28.628 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0...", "', err=''" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 08 January 2024 14:10:56 +0000 (0:00:00.026) 0:00:28.654 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0...\n', err=''\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0...", "', err=''" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 08 January 2024 14:10:56 +0000 (0:00:00.031) 0:00:28.686 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 08 January 2024 14:10:56 +0000 (0:00:00.023) 0:00:28.709 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:110 Monday 08 January 2024 14:10:56 +0000 (0:00:00.137) 0:00:28.847 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_device_present.yml:3 Monday 08 January 2024 14:10:56 +0000 (0:00:00.086) 0:00:28.933 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 08 January 2024 14:10:56 +0000 (0:00:00.034) 0:00:28.968 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1704723048.645668, "block_size": 4096, "blocks": 0, "ctime": 1704723048.623668, "dev": 0, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6447, "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": 1704723048.623668, "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-route_typeuxysm9b5/tests/playbooks/tasks/assert_device_present.yml:5 Monday 08 January 2024 14:10:56 +0000 (0:00:00.131) 0:00:29.100 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:112 Monday 08 January 2024 14:10:57 +0000 (0:00:00.026) 0:00:29.126 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 08 January 2024 14:10:57 +0000 (0:00:00.051) 0:00:29.178 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 08 January 2024 14:10:57 +0000 (0:00:00.036) 0:00:29.214 ******** 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-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 08 January 2024 14:10:57 +0000 (0:00:00.026) 0:00:29.240 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1704723052.378668, "block_size": 4096, "blocks": 8, "ctime": 1704723052.366668, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3668, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1704723052.366668, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 263, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 08 January 2024 14:10:57 +0000 (0:00:00.285) 0:00:29.526 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 08 January 2024 14:10:57 +0000 (0:00:00.022) 0:00:29.549 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.004921", "end": "2024-01-08 14:10:58.110977", "rc": 1, "start": "2024-01-08 14:10:58.106056" } STDERR: /bin/sh: nmcli: command not found MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 08 January 2024 14:10:58 +0000 (0:00:00.726) 0:00:30.276 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 08 January 2024 14:10:58 +0000 (0:00:00.027) 0:00:30.303 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003391", "end": "2024-01-08 14:10:58.316141", "rc": 0, "start": "2024-01-08 14:10:58.312750" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 08 January 2024 14:10:58 +0000 (0:00:00.133) 0:00:30.436 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 08 January 2024 14:10:58 +0000 (0:00:00.028) 0:00:30.464 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002823", "end": "2024-01-08 14:10:58.479657", "rc": 0, "start": "2024-01-08 14:10:58.476834" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 08 January 2024 14:10:58 +0000 (0:00:00.137) 0:00:30.602 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 08 January 2024 14:10:58 +0000 (0:00:00.028) 0:00:30.631 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 08 January 2024 14:10:58 +0000 (0:00:00.026) 0:00:30.658 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 08 January 2024 14:10:58 +0000 (0:00:00.027) 0:00:30.685 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:116 Monday 08 January 2024 14:10:58 +0000 (0:00:00.047) 0:00:30.732 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.002770", "end": "2024-01-08 14:10:58.760178", "rc": 0, "start": "2024-01-08 14:10:58.757408" } STDOUT: 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.43.214 169.254.0.0/16 dev eth0 scope link metric 1002 169.254.0.0/16 dev veth0 scope link metric 1006 default via 10.31.40.1 dev eth0 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:120 Monday 08 January 2024 14:10:58 +0000 (0:00:00.175) 0:00:30.908 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:126 Monday 08 January 2024 14:10:58 +0000 (0:00:00.028) 0:00:30.936 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.002859", "end": "2024-01-08 14:10:58.946059", "rc": 0, "start": "2024-01-08 14:10:58.943200" } STDOUT: unreachable ::/96 dev lo metric 1024 error -113 mtu 65536 unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 mtu 65536 2001:db8::/64 dev veth0 proto kernel metric 256 mtu 1500 unreachable 2002:a00::/24 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:7f00::/24 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:ac10::/28 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:e000::/19 dev lo metric 1024 error -113 mtu 65536 unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 mtu 65536 fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 fe80::/64 dev veth0 proto kernel metric 256 mtu 1500 fe80::/64 dev peerveth0 proto kernel metric 256 mtu 1500 default via 2001:db8::1 dev veth0 metric 1 mtu 1500 TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:130 Monday 08 January 2024 14:10:58 +0000 (0:00:00.131) 0:00:31.068 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:137 Monday 08 January 2024 14:10:58 +0000 (0:00:00.021) 0:00:31.090 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 08 January 2024 14:10:59 +0000 (0:00:00.021) 0:00:31.111 ******** included: /WORKDIR/git-route_typeuxysm9b5/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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 08 January 2024 14:10:59 +0000 (0:00:00.041) 0:00:31.153 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 08 January 2024 14:10:59 +0000 (0:00:00.073) 0:00:31.227 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 08 January 2024 14:10:59 +0000 (0:00:00.028) 0:00:31.256 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 08 January 2024 14:10:59 +0000 (0:00:00.023) 0:00:31.279 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 08 January 2024 14:11:00 +0000 (0:00:01.386) 0:00:32.665 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 08 January 2024 14:11:01 +0000 (0:00:00.565) 0:00:33.231 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 08 January 2024 14:11:01 +0000 (0:00:00.036) 0:00:33.267 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 08 January 2024 14:11:01 +0000 (0:00:00.033) 0:00:33.300 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 08 January 2024 14:11:01 +0000 (0:00:00.024) 0:00:33.325 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 08 January 2024 14:11:01 +0000 (0:00:00.108) 0:00:33.434 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 08 January 2024 14:11:01 +0000 (0:00:00.024) 0:00:33.458 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 08 January 2024 14:11:01 +0000 (0:00:00.024) 0:00:33.483 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 08 January 2024 14:11:01 +0000 (0:00:00.028) 0:00:33.511 ******** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 08 January 2024 14:11:01 +0000 (0:00:00.025) 0:00:33.537 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 08 January 2024 14:11:01 +0000 (0:00:00.023) 0:00:33.560 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 08 January 2024 14:11:01 +0000 (0:00:00.192) 0:00:33.753 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-23542zqmufnz/tmpf8bk9gbw" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 08 January 2024 14:11:01 +0000 (0:00:00.247) 0:00:34.001 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err='' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 08 January 2024 14:11:02 +0000 (0:00:00.351) 0:00:34.353 ******** 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-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 08 January 2024 14:11:02 +0000 (0:00:00.023) 0:00:34.376 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 08 January 2024 14:11:02 +0000 (0:00:00.024) 0:00:34.400 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 08 January 2024 14:11:02 +0000 (0:00:00.023) 0:00:34.423 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 08 January 2024 14:11:02 +0000 (0:00:00.021) 0:00:34.445 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:149 Monday 08 January 2024 14:11:02 +0000 (0:00:00.127) 0:00:34.573 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:3 Monday 08 January 2024 14:11:02 +0000 (0:00:00.111) 0:00:34.684 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:8 Monday 08 January 2024 14:11:02 +0000 (0:00:00.032) 0:00:34.716 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:13 Monday 08 January 2024 14:11:02 +0000 (0:00:00.022) 0:00:34.739 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml:3 Monday 08 January 2024 14:11:02 +0000 (0:00:00.034) 0:00:34.773 ******** included: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 08 January 2024 14:11:02 +0000 (0:00:00.033) 0:00:34.807 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002871", "end": "2024-01-08 14:11:02.816642", "rc": 0, "start": "2024-01-08 14:11:02.813771" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 08 January 2024 14:11:02 +0000 (0:00:00.133) 0:00:34.940 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/show_interfaces.yml:5 Monday 08 January 2024 14:11:02 +0000 (0:00:00.024) 0:00:34.964 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:16 Monday 08 January 2024 14:11:02 +0000 (0:00:00.023) 0:00:34.988 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:24 Monday 08 January 2024 14:11:03 +0000 (0:00:00.364) 0:00:35.352 ******** 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-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:33 Monday 08 January 2024 14:11:03 +0000 (0:00:00.035) 0:00:35.387 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:41 Monday 08 January 2024 14:11:03 +0000 (0:00:00.026) 0:00:35.413 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.036838", "end": "2024-01-08 14:11:03.461221", "rc": 0, "start": "2024-01-08 14:11:03.424383" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:48 Monday 08 January 2024 14:11:03 +0000 (0:00:00.177) 0:00:35.591 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:54 Monday 08 January 2024 14:11:03 +0000 (0:00:00.030) 0:00:35.621 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:61 Monday 08 January 2024 14:11:03 +0000 (0:00:00.097) 0:00:35.718 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:67 Monday 08 January 2024 14:11:03 +0000 (0:00:00.026) 0:00:35.745 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=136 changed=5 unreachable=0 failed=0 skipped=91 rescued=0 ignored=4 Monday 08 January 2024 14:11:03 +0000 (0:00:00.037) 0:00:35.783 ******** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 4.48s /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Configure networking connection profiles --- 4.42s /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.39s /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Gathering Facts --------------------------------------------------------- 1.02s /WORKDIR/git-route_typeuxysm9b5/tests/tests_auto_gateway_initscripts.yml:5 ---- Gathering Facts --------------------------------------------------------- 0.75s /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tests_auto_gateway.yml:3 ------ linux-system-roles.network : Configure networking connection profiles --- 0.73s /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:122 Get NM profile info ----------------------------------------------------- 0.73s /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/get_profile_stat.yml:25 - linux-system-roles.network : Check which packages are installed --------- 0.71s /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.62s /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:16 Enable EPEL 6 ----------------------------------------------------------- 0.61s /WORKDIR/git-route_typeuxysm9b5/tests/tasks/enable_epel.yml:40 ---------------- linux-system-roles.network : Check which packages are installed --------- 0.60s /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Create veth interface veth0 --------------------------------------------- 0.59s /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:24 linux-system-roles.network : Check which packages are installed --------- 0.57s /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.55s /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Delete veth interface veth0 --------------------------------------------- 0.51s /WORKDIR/git-route_typeuxysm9b5/tests/playbooks/tasks/manage_test_interface.yml:41 linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.44s /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:113 linux-system-roles.network : Enable network service --------------------- 0.44s /WORKDIR/git-route_typeuxysm9b5/tests/roles/linux-system-roles.network/tasks/main.yml:105 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---