# 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-weekly-ciy2wmq9r9/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-weekly-ciy2wmq9r9/tests/tests_auto_gateway_initscripts.yml:5 Saturday 17 February 2024 18:09:22 +0000 (0:00:00.012) 0:00:00.012 ***** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tests_auto_gateway_initscripts.yml:8 Saturday 17 February 2024 18:09:22 +0000 (0:00:00.693) 0:00:00.705 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/el_repo_setup.yml:3 Saturday 17 February 2024 18:09:22 +0000 (0:00:00.010) 0:00:00.716 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/el_repo_setup.yml:19 Saturday 17 February 2024 18:09:23 +0000 (0:00:00.339) 0:00:01.056 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/el_repo_setup.yml:24 Saturday 17 February 2024 18:09:23 +0000 (0:00:00.258) 0:00:01.314 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/el_repo_setup.yml:28 Saturday 17 February 2024 18:09:23 +0000 (0:00:00.020) 0:00:01.334 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/el_repo_setup.yml:53 Saturday 17 February 2024 18:09:23 +0000 (0:00:00.017) 0:00:01.351 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/enable_epel.yml:8 Saturday 17 February 2024 18:09:23 +0000 (0:00:00.031) 0:00:01.382 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/enable_epel.yml:24 Saturday 17 February 2024 18:09:23 +0000 (0:00:00.233) 0:00:01.616 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/enable_epel.yml:30 Saturday 17 February 2024 18:09:23 +0000 (0:00:00.010) 0:00:01.627 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/enable_epel.yml:35 Saturday 17 February 2024 18:09:23 +0000 (0:00:00.010) 0:00:01.637 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.251114", "end": "2024-02-17 18:09:24.225460", "rc": 0, "start": "2024-02-17 18:09:23.974346" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/enable_epel.yml:40 Saturday 17 February 2024 18:09:24 +0000 (0:00:00.440) 0:00:02.077 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tests_auto_gateway_initscripts.yml:10 Saturday 17 February 2024 18:09:24 +0000 (0:00:00.009) 0:00:02.087 ***** 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-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:3 Saturday 17 February 2024 18:09:24 +0000 (0:00:00.010) 0:00:02.097 ***** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:9 Saturday 17 February 2024 18:09:24 +0000 (0:00:00.487) 0:00:02.585 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 17 February 2024 18:09:24 +0000 (0:00:00.023) 0:00:02.608 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 18:09:24 +0000 (0:00:00.013) 0:00:02.621 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003404", "end": "2024-02-17 18:09:24.961529", "rc": 0, "start": "2024-02-17 18:09:24.958125" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 18:09:24 +0000 (0:00:00.191) 0:00:02.813 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 17 February 2024 18:09:24 +0000 (0:00:00.012) 0:00:02.825 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:11 Saturday 17 February 2024 18:09:25 +0000 (0:00:00.010) 0:00:02.835 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 18:09:25 +0000 (0:00:00.028) 0:00:02.864 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 18:09:25 +0000 (0:00:00.010) 0:00:02.875 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 18:09:25 +0000 (0:00:00.009) 0:00:02.884 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 17 February 2024 18:09:25 +0000 (0:00:00.014) 0:00:02.899 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 18:09:25 +0000 (0:00:00.013) 0:00:02.912 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003539", "end": "2024-02-17 18:09:25.251474", "rc": 0, "start": "2024-02-17 18:09:25.247935" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 18:09:25 +0000 (0:00:00.190) 0:00:03.103 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 17 February 2024 18:09:25 +0000 (0:00:00.012) 0:00:03.115 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 18:09:25 +0000 (0:00:00.010) 0:00:03.126 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 17 February 2024 18:13:28 +0000 (0:04:02.799) 0:04:05.926 ***** 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.016009", "end": "2024-02-17 18:13:28.282601", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-17 18:13:28.266592" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003996", "end": "2024-02-17 18:13:28.510430", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-17 18:13:28.506434" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004298", "end": "2024-02-17 18:13:28.696471", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-17 18:13:28.692173" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 17 February 2024 18:13:28 +0000 (0:00:00.625) 0:04:06.551 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.030879", "end": "2024-02-17 18:13:28.924919", "rc": 0, "start": "2024-02-17 18:13:28.894040" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 17 February 2024 18:13:28 +0000 (0:00:00.226) 0:04:06.778 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 17 February 2024 18:13:28 +0000 (0:00:00.013) 0:04:06.791 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 17 February 2024 18:13:28 +0000 (0:00:00.011) 0:04:06.803 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 18:13:28 +0000 (0:00:00.011) 0:04:06.814 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 17 February 2024 18:13:28 +0000 (0:00:00.011) 0:04:06.826 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:15 Saturday 17 February 2024 18:13:29 +0000 (0:00:00.010) 0:04:06.837 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 17 February 2024 18:13:29 +0000 (0:00:00.025) 0:04:06.862 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 18:13:29 +0000 (0:00:00.014) 0:04:06.876 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708193608.2774231, "block_size": 4096, "blocks": 0, "ctime": 1708193608.2774231, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21748, "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": 1708193608.2774231, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 17 February 2024 18:13:29 +0000 (0:00:00.193) 0:04:07.069 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:17 Saturday 17 February 2024 18:13:29 +0000 (0:00:00.013) 0:04:07.083 ***** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 18:13:29 +0000 (0:00:00.012) 0:04:07.095 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 18:13:29 +0000 (0:00:00.070) 0:04:07.166 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 18:13:29 +0000 (0:00:00.012) 0:04:07.179 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 18:13:29 +0000 (0:00:00.012) 0:04:07.192 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 18:13:29 +0000 (0:00:00.010) 0:04:07.203 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 18:13:30 +0000 (0:00:01.543) 0:04:08.746 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 18:13:32 +0000 (0:00:01.472) 0:04:10.219 ***** 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-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 18:13:32 +0000 (0:00:00.024) 0:04:10.243 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 18:13:32 +0000 (0:00:00.021) 0:04:10.265 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 18:13:32 +0000 (0:00:00.022) 0:04:10.287 ***** changed: [sut] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: network-scripts-10.00.18-1.el8.x86_64", "Installed: network-scripts-team-1.31-4.el8.x86_64" ] } lsrpackages: dhcp-client network-scripts TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 18:17:36 +0000 (0:04:04.449) 0:08:14.736 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 18:17:36 +0000 (0:00:00.022) 0:08:14.759 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 18:17:36 +0000 (0:00:00.021) 0:08:14.780 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 18:17:36 +0000 (0:00:00.025) 0:08:14.805 ***** 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-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 18:17:36 +0000 (0:00:00.021) 0:08:14.827 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 18:17:37 +0000 (0:00:00.040) 0:08:14.867 ***** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 18:17:37 +0000 (0:00:00.785) 0:08:15.653 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2362p1r07a5i/tmp1pcgpgx2" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 18:17:38 +0000 (0:00:00.311) 0:08:15.964 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 18:17:43 +0000 (0:00:05.629) 0:08:21.593 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 18:17:43 +0000 (0:00:00.022) 0:08:21.616 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 18:17:43 +0000 (0:00:00.023) 0:08:21.639 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 18:17:43 +0000 (0:00:00.046) 0:08:21.686 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 18:17:43 +0000 (0:00:00.021) 0:08:21.708 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:42 Saturday 17 February 2024 18:17:44 +0000 (0:00:00.244) 0:08:21.952 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 17 February 2024 18:17:44 +0000 (0:00:00.048) 0:08:22.001 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 18:17:44 +0000 (0:00:00.038) 0:08:22.039 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708193608.2774231, "block_size": 4096, "blocks": 0, "ctime": 1708193608.2774231, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21748, "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": 1708193608.2774231, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 17 February 2024 18:17:44 +0000 (0:00:00.201) 0:08:22.241 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:44 Saturday 17 February 2024 18:17:44 +0000 (0:00:00.025) 0:08:22.267 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 17 February 2024 18:17:44 +0000 (0:00:00.050) 0:08:22.317 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 17 February 2024 18:17:44 +0000 (0:00:00.038) 0:08:22.355 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 17 February 2024 18:17:44 +0000 (0:00:00.025) 0:08:22.380 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708193858.505195, "block_size": 4096, "blocks": 8, "ctime": 1708193858.504195, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5976904, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708193858.504195, "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-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 17 February 2024 18:17:44 +0000 (0:00:00.235) 0:08:22.616 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 17 February 2024 18:17:44 +0000 (0:00:00.025) 0:08:22.641 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021493", "end": "2024-02-17 18:17:44.998646", "rc": 1, "start": "2024-02-17 18:17:44.977153" } 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-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 17 February 2024 18:17:45 +0000 (0:00:00.220) 0:08:22.861 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 17 February 2024 18:17:45 +0000 (0:00:00.025) 0:08:22.887 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003250", "end": "2024-02-17 18:17:45.239202", "rc": 0, "start": "2024-02-17 18:17:45.235952" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 17 February 2024 18:17:45 +0000 (0:00:00.229) 0:08:23.116 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 17 February 2024 18:17:45 +0000 (0:00:00.028) 0:08:23.145 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003296", "end": "2024-02-17 18:17:45.487804", "rc": 0, "start": "2024-02-17 18:17:45.484508" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 17 February 2024 18:17:45 +0000 (0:00:00.207) 0:08:23.352 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 17 February 2024 18:17:45 +0000 (0:00:00.028) 0:08:23.381 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 17 February 2024 18:17:45 +0000 (0:00:00.025) 0:08:23.406 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 17 February 2024 18:17:45 +0000 (0:00:00.024) 0:08:23.431 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:48 Saturday 17 February 2024 18:17:45 +0000 (0:00:00.024) 0:08:23.456 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003753", "end": "2024-02-17 18:17:45.796824", "rc": 0, "start": "2024-02-17 18:17:45.793071" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.42.88 metric 100 default via 203.0.113.1 dev veth0 metric 65535 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.42.88 metric 100 169.254.0.0/16 dev veth0 scope link metric 1004 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:52 Saturday 17 February 2024 18:17:45 +0000 (0:00:00.204) 0:08:23.660 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:58 Saturday 17 February 2024 18:17:45 +0000 (0:00:00.023) 0:08:23.684 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003831", "end": "2024-02-17 18:17:46.022278", "rc": 0, "start": "2024-02-17 18:17:46.018447" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 256 pref medium default via 2001:db8::1 dev veth0 metric 1 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:62 Saturday 17 February 2024 18:17:46 +0000 (0:00:00.204) 0:08:23.889 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:69 Saturday 17 February 2024 18:17:46 +0000 (0:00:00.024) 0:08:23.913 ***** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 18:17:46 +0000 (0:00:00.025) 0:08:23.939 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 18:17:46 +0000 (0:00:00.038) 0:08:23.978 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 18:17:46 +0000 (0:00:00.028) 0:08:24.006 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 18:17:46 +0000 (0:00:00.021) 0:08:24.028 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 18:17:46 +0000 (0:00:00.021) 0:08:24.050 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 18:17:47 +0000 (0:00:01.566) 0:08:25.616 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 18:17:49 +0000 (0:00:01.334) 0:08:26.950 ***** 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-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 18:17:49 +0000 (0:00:00.022) 0:08:26.973 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 18:17:49 +0000 (0:00:00.022) 0:08:26.995 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 18:17:49 +0000 (0:00:00.021) 0:08:27.017 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 18:17:49 +0000 (0:00:00.042) 0:08:27.060 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 18:17:49 +0000 (0:00:00.022) 0:08:27.082 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 18:17:49 +0000 (0:00:00.022) 0:08:27.104 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 18:17:49 +0000 (0:00:00.025) 0:08:27.129 ***** 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-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 18:17:49 +0000 (0:00:00.022) 0:08:27.152 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 18:17:49 +0000 (0:00:00.053) 0:08:27.205 ***** 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-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 18:17:49 +0000 (0:00:00.347) 0:08:27.552 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2362p1r07a5i/tmpx2jxi0lv" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 18:17:50 +0000 (0:00:00.302) 0:08:27.855 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 18:17:50 +0000 (0:00:00.432) 0:08:28.288 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 18:17:50 +0000 (0:00:00.023) 0:08:28.311 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 18:17:50 +0000 (0:00:00.027) 0:08:28.338 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 18:17:50 +0000 (0:00:00.024) 0:08:28.363 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 18:17:50 +0000 (0:00:00.022) 0:08:28.386 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:81 Saturday 17 February 2024 18:17:50 +0000 (0:00:00.197) 0:08:28.583 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 18:17:50 +0000 (0:00:00.050) 0:08:28.634 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 18:17:50 +0000 (0:00:00.052) 0:08:28.687 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 18:17:50 +0000 (0:00:00.022) 0:08:28.709 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 17 February 2024 18:17:50 +0000 (0:00:00.042) 0:08:28.751 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 18:17:50 +0000 (0:00:00.036) 0:08:28.787 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003567", "end": "2024-02-17 18:17:51.130908", "rc": 0, "start": "2024-02-17 18:17:51.127341" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 18:17:51 +0000 (0:00:00.207) 0:08:28.995 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 17 February 2024 18:17:51 +0000 (0:00:00.024) 0:08:29.019 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 18:17:51 +0000 (0:00:00.022) 0:08:29.042 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 17 February 2024 18:21:53 +0000 (0:04:02.707) 0:12:31.750 ***** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 17 February 2024 18:21:53 +0000 (0:00:00.033) 0:12:31.783 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 17 February 2024 18:21:53 +0000 (0:00:00.023) 0:12:31.807 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.015707", "end": "2024-02-17 18:21:54.163210", "rc": 0, "start": "2024-02-17 18:21:54.147503" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.220) 0:12:32.028 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.024) 0:12:32.052 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.023) 0:12:32.075 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.022) 0:12:32.098 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:85 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.023) 0:12:32.122 ***** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:89 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.023) 0:12:32.145 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.053) 0:12:32.199 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.021) 0:12:32.221 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.021) 0:12:32.243 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.035) 0:12:32.278 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.071) 0:12:32.350 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003279", "end": "2024-02-17 18:21:54.687739", "rc": 0, "start": "2024-02-17 18:21:54.684460" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.201) 0:12:32.552 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.024) 0:12:32.577 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 18:21:54 +0000 (0:00:00.024) 0:12:32.601 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 17 February 2024 18:25:57 +0000 (0:04:02.562) 0:16:35.164 ***** 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.011230", "end": "2024-02-17 18:25:57.514362", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-17 18:25:57.503132" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003473", "end": "2024-02-17 18:25:57.734896", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-17 18:25:57.731423" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004061", "end": "2024-02-17 18:25:57.917576", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-17 18:25:57.913515" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 17 February 2024 18:25:57 +0000 (0:00:00.617) 0:16:35.781 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.022382", "end": "2024-02-17 18:25:58.139306", "rc": 0, "start": "2024-02-17 18:25:58.116924" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 17 February 2024 18:25:58 +0000 (0:00:00.221) 0:16:36.003 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 17 February 2024 18:25:58 +0000 (0:00:00.024) 0:16:36.027 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 17 February 2024 18:25:58 +0000 (0:00:00.055) 0:16:36.083 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 18:25:58 +0000 (0:00:00.023) 0:16:36.106 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 17 February 2024 18:25:58 +0000 (0:00:00.023) 0:16:36.129 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 18:25:58 +0000 (0:00:00.022) 0:16:36.152 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 18:25:58 +0000 (0:00:00.038) 0:16:36.191 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 18:25:58 +0000 (0:00:00.027) 0:16:36.218 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 18:25:58 +0000 (0:00:00.021) 0:16:36.239 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 18:25:58 +0000 (0:00:00.021) 0:16:36.261 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 18:25:59 +0000 (0:00:01.522) 0:16:37.784 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 18:26:01 +0000 (0:00:01.333) 0:16:39.117 ***** 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-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 18:26:01 +0000 (0:00:00.023) 0:16:39.141 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 18:26:01 +0000 (0:00:00.021) 0:16:39.163 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 18:26:01 +0000 (0:00:00.022) 0:16:39.186 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 18:26:01 +0000 (0:00:00.044) 0:16:39.230 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 18:26:01 +0000 (0:00:00.022) 0:16:39.253 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 18:26:01 +0000 (0:00:00.022) 0:16:39.275 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 18:26:01 +0000 (0:00:00.025) 0:16:39.300 ***** 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-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 18:26:01 +0000 (0:00:00.022) 0:16:39.322 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 18:26:01 +0000 (0:00:00.052) 0:16:39.374 ***** 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-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 18:26:01 +0000 (0:00:00.354) 0:16:39.728 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2362p1r07a5i/tmpgszwfvo6" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 18:26:02 +0000 (0:00:00.302) 0:16:40.031 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 18:26:08 +0000 (0:00:06.508) 0:16:46.540 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 18:26:08 +0000 (0:00:00.022) 0:16:46.562 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 18:26:08 +0000 (0:00:00.022) 0:16:46.585 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 18:26:08 +0000 (0:00:00.024) 0:16:46.610 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 18:26:08 +0000 (0:00:00.055) 0:16:46.665 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:110 Saturday 17 February 2024 18:26:09 +0000 (0:00:00.200) 0:16:46.866 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 17 February 2024 18:26:09 +0000 (0:00:00.055) 0:16:46.921 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 18:26:09 +0000 (0:00:00.037) 0:16:46.959 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708194357.5067859, "block_size": 4096, "blocks": 0, "ctime": 1708194357.5067859, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22334, "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": 1708194357.5067859, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 17 February 2024 18:26:09 +0000 (0:00:00.201) 0:16:47.161 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:112 Saturday 17 February 2024 18:26:09 +0000 (0:00:00.024) 0:16:47.185 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 17 February 2024 18:26:09 +0000 (0:00:00.055) 0:16:47.241 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 17 February 2024 18:26:09 +0000 (0:00:00.036) 0:16:47.277 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 17 February 2024 18:26:09 +0000 (0:00:00.022) 0:16:47.299 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708194362.4790392, "block_size": 4096, "blocks": 8, "ctime": 1708194362.4590392, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5976904, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708194362.4590392, "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-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 17 February 2024 18:26:09 +0000 (0:00:00.233) 0:16:47.533 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 17 February 2024 18:26:09 +0000 (0:00:00.024) 0:16:47.558 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.020781", "end": "2024-02-17 18:26:09.911682", "rc": 1, "start": "2024-02-17 18:26:09.890901" } 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-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 17 February 2024 18:26:09 +0000 (0:00:00.215) 0:16:47.774 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 17 February 2024 18:26:09 +0000 (0:00:00.024) 0:16:47.798 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003417", "end": "2024-02-17 18:26:10.145209", "rc": 0, "start": "2024-02-17 18:26:10.141792" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 17 February 2024 18:26:10 +0000 (0:00:00.212) 0:16:48.011 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 17 February 2024 18:26:10 +0000 (0:00:00.028) 0:16:48.039 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003287", "end": "2024-02-17 18:26:10.389239", "rc": 0, "start": "2024-02-17 18:26:10.385952" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 17 February 2024 18:26:10 +0000 (0:00:00.216) 0:16:48.256 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 17 February 2024 18:26:10 +0000 (0:00:00.028) 0:16:48.284 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 17 February 2024 18:26:10 +0000 (0:00:00.025) 0:16:48.310 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 17 February 2024 18:26:10 +0000 (0:00:00.027) 0:16:48.337 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:116 Saturday 17 February 2024 18:26:10 +0000 (0:00:00.029) 0:16:48.366 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003802", "end": "2024-02-17 18:26:10.708695", "rc": 0, "start": "2024-02-17 18:26:10.704893" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.42.88 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.42.88 metric 100 169.254.0.0/16 dev veth0 scope link metric 1006 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:120 Saturday 17 February 2024 18:26:10 +0000 (0:00:00.206) 0:16:48.573 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:126 Saturday 17 February 2024 18:26:10 +0000 (0:00:00.026) 0:16:48.600 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003788", "end": "2024-02-17 18:26:10.942629", "rc": 0, "start": "2024-02-17 18:26:10.938841" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 256 pref medium default via 2001:db8::1 dev veth0 metric 1 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:130 Saturday 17 February 2024 18:26:11 +0000 (0:00:00.243) 0:16:48.844 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:137 Saturday 17 February 2024 18:26:11 +0000 (0:00:00.023) 0:16:48.867 ***** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 18:26:11 +0000 (0:00:00.024) 0:16:48.891 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 18:26:11 +0000 (0:00:00.040) 0:16:48.932 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 18:26:11 +0000 (0:00:00.027) 0:16:48.960 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 18:26:11 +0000 (0:00:00.021) 0:16:48.981 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 18:26:11 +0000 (0:00:00.022) 0:16:49.004 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 18:26:12 +0000 (0:00:01.518) 0:16:50.522 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 18:26:14 +0000 (0:00:01.367) 0:16:51.890 ***** 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-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 18:26:14 +0000 (0:00:00.024) 0:16:51.914 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 18:26:14 +0000 (0:00:00.028) 0:16:51.943 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 18:26:14 +0000 (0:00:00.022) 0:16:51.965 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 18:26:14 +0000 (0:00:00.048) 0:16:52.013 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 18:26:14 +0000 (0:00:00.023) 0:16:52.037 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 18:26:14 +0000 (0:00:00.021) 0:16:52.059 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 18:26:14 +0000 (0:00:00.033) 0:16:52.092 ***** 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-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 18:26:14 +0000 (0:00:00.024) 0:16:52.117 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 18:26:14 +0000 (0:00:00.023) 0:16:52.140 ***** 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-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 18:26:14 +0000 (0:00:00.358) 0:16:52.499 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2362p1r07a5i/tmpsyb27n2s" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 18:26:14 +0000 (0:00:00.308) 0:16:52.807 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 18:26:15 +0000 (0:00:00.503) 0:16:53.311 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 18:26:15 +0000 (0:00:00.023) 0:16:53.334 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 18:26:15 +0000 (0:00:00.024) 0:16:53.358 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 18:26:15 +0000 (0:00:00.025) 0:16:53.384 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 18:26:15 +0000 (0:00:00.024) 0:16:53.408 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:149 Saturday 17 February 2024 18:26:15 +0000 (0:00:00.193) 0:16:53.602 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 18:26:15 +0000 (0:00:00.056) 0:16:53.659 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 18:26:15 +0000 (0:00:00.022) 0:16:53.681 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 18:26:15 +0000 (0:00:00.021) 0:16:53.703 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 17 February 2024 18:26:15 +0000 (0:00:00.035) 0:16:53.738 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 18:26:15 +0000 (0:00:00.034) 0:16:53.773 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003313", "end": "2024-02-17 18:26:16.110195", "rc": 0, "start": "2024-02-17 18:26:16.106882" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 18:26:16 +0000 (0:00:00.243) 0:16:54.016 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 17 February 2024 18:26:16 +0000 (0:00:00.025) 0:16:54.041 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 18:26:16 +0000 (0:00:00.024) 0:16:54.066 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 17 February 2024 18:30:18 +0000 (0:04:02.570) 0:20:56.637 ***** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 17 February 2024 18:30:18 +0000 (0:00:00.033) 0:20:56.670 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 17 February 2024 18:30:18 +0000 (0:00:00.023) 0:20:56.694 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.014315", "end": "2024-02-17 18:30:19.043202", "rc": 0, "start": "2024-02-17 18:30:19.028887" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 17 February 2024 18:30:19 +0000 (0:00:00.213) 0:20:56.907 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 17 February 2024 18:30:19 +0000 (0:00:00.023) 0:20:56.931 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 18:30:19 +0000 (0:00:00.023) 0:20:56.954 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 17 February 2024 18:30:19 +0000 (0:00:00.022) 0:20:56.977 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tests_auto_gateway.yml:153 Saturday 17 February 2024 18:30:19 +0000 (0:00:00.021) 0:20:56.999 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 17 February 2024 18:30:19 +0000 (0:00:00.091) 0:20:57.091 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.009501", "end": "2024-02-17 18:30:19.435183", "rc": 0, "start": "2024-02-17 18:30:19.425682" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0e:22:77:60:81:a3 brd ff:ff:ff:ff:ff:ff inet 10.31.42.88/22 brd 10.31.43.255 scope global dynamic noprefixroute eth0 valid_lft 3160sec preferred_lft 3160sec inet6 fe80::c22:77ff:fe60:81a3/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp src 10.31.42.88 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.42.88 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 17 February 2024 18:30:19 +0000 (0:00:00.206) 0:20:57.298 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.155491", "end": "2024-02-17 18:30:19.792036", "rc": 0, "start": "2024-02-17 18:30:19.636545" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 5350 0 --:--:-- --:--:-- --:--:-- 5350 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 14550 0 --:--:-- --:--:-- --:--:-- 15315 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=141 changed=6 unreachable=0 failed=0 skipped=89 rescued=0 ignored=2 Saturday 17 February 2024 18:30:19 +0000 (0:00:00.346) 0:20:57.644 ***** =============================================================================== linux-system-roles.network : Install packages ------------------------- 244.45s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:30 Install iproute ------------------------------------------------------- 242.80s /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.71s /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.57s /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.56s /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Configure networking connection profiles --- 6.51s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Configure networking connection profiles --- 5.63s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Check which services are running ----------- 1.57s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.52s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.52s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.47s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.37s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.94s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable network service --------------------- 0.79s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:108 linux-system-roles.network : Enable network service --------------------- 0.71s /WORKDIR/git-weekly-ciy2wmq9r9/tests/roles/linux-system-roles.network/tasks/main.yml:108 Gathering Facts --------------------------------------------------------- 0.69s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tests_auto_gateway_initscripts.yml:5 ----- Create veth interface veth0 --------------------------------------------- 0.63s /WORKDIR/git-weekly-ciy2wmq9r9/tests/playbooks/tasks/manage_test_interface.yml:28 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---