# 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-cikk1d7u7v/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-cikk1d7u7v/tests/tests_auto_gateway_initscripts.yml:5 Saturday 20 April 2024 16:29:07 +0000 (0:00:00.013) 0:00:00.013 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/tests_auto_gateway_initscripts.yml:8 Saturday 20 April 2024 16:29:08 +0000 (0:00:00.759) 0:00:00.773 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/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-cikk1d7u7v/tests/tasks/el_repo_setup.yml:3 Saturday 20 April 2024 16:29:08 +0000 (0:00:00.019) 0:00:00.792 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/tasks/el_repo_setup.yml:19 Saturday 20 April 2024 16:29:08 +0000 (0:00:00.451) 0:00:01.244 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/tasks/el_repo_setup.yml:24 Saturday 20 April 2024 16:29:08 +0000 (0:00:00.272) 0:00:01.516 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/tasks/el_repo_setup.yml:28 Saturday 20 April 2024 16:29:08 +0000 (0:00:00.021) 0:00:01.538 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/tasks/el_repo_setup.yml:53 Saturday 20 April 2024 16:29:08 +0000 (0:00:00.030) 0:00:01.568 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/tasks/enable_epel.yml:8 Saturday 20 April 2024 16:29:08 +0000 (0:00:00.042) 0:00:01.611 ******** 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-cikk1d7u7v/tests/tasks/enable_epel.yml:24 Saturday 20 April 2024 16:29:09 +0000 (0:00:00.275) 0:00:01.886 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/tasks/enable_epel.yml:30 Saturday 20 April 2024 16:29:09 +0000 (0:00:00.010) 0:00:01.897 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/tasks/enable_epel.yml:35 Saturday 20 April 2024 16:29:09 +0000 (0:00:00.010) 0:00:01.907 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.278302", "end": "2024-04-20 16:29:09.694386", "rc": 0, "start": "2024-04-20 16:29:09.416084" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/tasks/enable_epel.yml:40 Saturday 20 April 2024 16:29:09 +0000 (0:00:00.490) 0:00:02.397 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/tests_auto_gateway_initscripts.yml:10 Saturday 20 April 2024 16:29:09 +0000 (0:00:00.011) 0:00:02.409 ******** 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-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:3 Saturday 20 April 2024 16:29:09 +0000 (0:00:00.012) 0:00:02.421 ******** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:9 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.568) 0:00:02.990 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.026) 0:00:03.016 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.016) 0:00:03.033 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003373", "end": "2024-04-20 16:29:10.551416", "rc": 0, "start": "2024-04-20 16:29:10.548043" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.234) 0:00:03.267 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.018) 0:00:03.285 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:11 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.012) 0:00:03.298 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.054) 0:00:03.353 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.024) 0:00:03.377 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.014) 0:00:03.391 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.015) 0:00:03.406 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.012) 0:00:03.419 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003326", "end": "2024-04-20 16:29:10.931228", "rc": 0, "start": "2024-04-20 16:29:10.927902" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.212) 0:00:03.631 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.012) 0:00:03.644 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:29:10 +0000 (0:00:00.010) 0:00:03.655 ******** 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-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 20 April 2024 16:29:14 +0000 (0:00:03.210) 0:00:06.865 ******** 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.013664", "end": "2024-04-20 16:29:14.401115", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-04-20 16:29:14.387451" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004103", "end": "2024-04-20 16:29:14.656351", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-04-20 16:29:14.652248" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004339", "end": "2024-04-20 16:29:14.864243", "item": "ip link set veth0 up", "rc": 0, "start": "2024-04-20 16:29:14.859904" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 20 April 2024 16:29:14 +0000 (0:00:00.699) 0:00:07.565 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.061699", "end": "2024-04-20 16:29:15.135372", "rc": 0, "start": "2024-04-20 16:29:15.073673" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.273) 0:00:07.838 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.013) 0:00:07.852 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.012) 0:00:07.865 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.013) 0:00:07.878 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.014) 0:00:07.893 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:15 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.010) 0:00:07.903 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.029) 0:00:07.932 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.015) 0:00:07.948 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713630554.3995273, "block_size": 4096, "blocks": 0, "ctime": 1713630554.3995273, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21682, "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": 1713630554.3995273, "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-cikk1d7u7v/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.213) 0:00:08.162 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:17 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.013) 0:00:08.175 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.010) 0:00:08.186 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.023) 0:00:08.209 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.012) 0:00:08.221 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.015) 0:00:08.237 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 April 2024 16:29:15 +0000 (0:00:00.017) 0:00:08.255 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 April 2024 16:29:17 +0000 (0:00:01.693) 0:00:09.948 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 April 2024 16:29:19 +0000 (0:00:01.751) 0:00:11.699 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 April 2024 16:29:19 +0000 (0:00:00.027) 0:00:11.727 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 April 2024 16:29:19 +0000 (0:00:00.024) 0:00:11.752 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 20 April 2024 16:29:19 +0000 (0:00:00.025) 0:00:11.777 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 20 April 2024 16:29:19 +0000 (0:00:00.035) 0:00:11.813 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 20 April 2024 16:29:19 +0000 (0:00:00.029) 0:00:11.842 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 20 April 2024 16:29:19 +0000 (0:00:00.029) 0:00:11.871 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 20 April 2024 16:29:24 +0000 (0:00:04.842) 0:00:16.714 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 April 2024 16:29:24 +0000 (0:00:00.025) 0:00:16.739 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 April 2024 16:29:24 +0000 (0:00:00.033) 0:00:16.772 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 20 April 2024 16:29:24 +0000 (0:00:00.046) 0:00:16.819 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 20 April 2024 16:29:24 +0000 (0:00:00.025) 0:00:16.845 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 20 April 2024 16:29:24 +0000 (0:00:00.025) 0:00:16.870 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 20 April 2024 16:29:25 +0000 (0:00:00.959) 0:00:17.830 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2337y9mitzwp/tmpvh1okp9b" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 20 April 2024 16:29:25 +0000 (0:00:00.468) 0:00:18.299 ******** 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\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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 20 April 2024 16:29:32 +0000 (0:00:06.818) 0:00:25.117 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 20 April 2024 16:29:32 +0000 (0:00:00.034) 0:00:25.152 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 20 April 2024 16:29:32 +0000 (0:00:00.037) 0:00:25.190 ******** 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\\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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 20 April 2024 16:29:32 +0000 (0:00:00.028) 0:00:25.219 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 20 April 2024 16:29:32 +0000 (0:00:00.084) 0:00:25.303 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:42 Saturday 20 April 2024 16:29:32 +0000 (0:00:00.315) 0:00:25.619 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 20 April 2024 16:29:32 +0000 (0:00:00.051) 0:00:25.670 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:29:33 +0000 (0:00:00.038) 0:00:25.708 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713630554.3995273, "block_size": 4096, "blocks": 0, "ctime": 1713630554.3995273, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21682, "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": 1713630554.3995273, "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-cikk1d7u7v/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 20 April 2024 16:29:33 +0000 (0:00:00.229) 0:00:25.938 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:44 Saturday 20 April 2024 16:29:33 +0000 (0:00:00.037) 0:00:25.976 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 20 April 2024 16:29:33 +0000 (0:00:00.081) 0:00:26.057 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 20 April 2024 16:29:33 +0000 (0:00:00.093) 0:00:26.150 ******** 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-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 20 April 2024 16:29:33 +0000 (0:00:00.056) 0:00:26.207 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713630566.0845704, "block_size": 4096, "blocks": 8, "ctime": 1713630566.0835705, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5972150, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1713630566.0835705, "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-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 20 April 2024 16:29:33 +0000 (0:00:00.240) 0:00:26.447 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 20 April 2024 16:29:33 +0000 (0:00:00.057) 0:00:26.505 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.023764", "end": "2024-04-20 16:29:34.041108", "rc": 1, "start": "2024-04-20 16:29:34.017344" } 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-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 20 April 2024 16:29:34 +0000 (0:00:00.286) 0:00:26.792 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 20 April 2024 16:29:34 +0000 (0:00:00.029) 0:00:26.822 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003535", "end": "2024-04-20 16:29:34.349902", "rc": 0, "start": "2024-04-20 16:29:34.346367" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 20 April 2024 16:29:34 +0000 (0:00:00.266) 0:00:27.088 ******** 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-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 20 April 2024 16:29:34 +0000 (0:00:00.030) 0:00:27.119 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003690", "end": "2024-04-20 16:29:34.651692", "rc": 0, "start": "2024-04-20 16:29:34.648002" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 20 April 2024 16:29:34 +0000 (0:00:00.247) 0:00:27.366 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 20 April 2024 16:29:34 +0000 (0:00:00.040) 0:00:27.407 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 20 April 2024 16:29:34 +0000 (0:00:00.028) 0:00:27.436 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 20 April 2024 16:29:34 +0000 (0:00:00.041) 0:00:27.478 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:48 Saturday 20 April 2024 16:29:34 +0000 (0:00:00.033) 0:00:27.511 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004229", "end": "2024-04-20 16:29:35.033025", "rc": 0, "start": "2024-04-20 16:29:35.028796" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.40.238 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.40.238 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-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:52 Saturday 20 April 2024 16:29:35 +0000 (0:00:00.238) 0:00:27.750 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:58 Saturday 20 April 2024 16:29:35 +0000 (0:00:00.068) 0:00:27.819 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004349", "end": "2024-04-20 16:29:35.350264", "rc": 0, "start": "2024-04-20 16:29:35.345915" } 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-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:62 Saturday 20 April 2024 16:29:35 +0000 (0:00:00.243) 0:00:28.062 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:69 Saturday 20 April 2024 16:29:35 +0000 (0:00:00.021) 0:00:28.084 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 April 2024 16:29:35 +0000 (0:00:00.058) 0:00:28.142 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 April 2024 16:29:35 +0000 (0:00:00.051) 0:00:28.194 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 April 2024 16:29:35 +0000 (0:00:00.032) 0:00:28.227 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 April 2024 16:29:35 +0000 (0:00:00.034) 0:00:28.262 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 April 2024 16:29:35 +0000 (0:00:00.041) 0:00:28.303 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 April 2024 16:29:37 +0000 (0:00:01.716) 0:00:30.020 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 April 2024 16:29:38 +0000 (0:00:01.528) 0:00:31.549 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 April 2024 16:29:38 +0000 (0:00:00.043) 0:00:31.592 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 April 2024 16:29:38 +0000 (0:00:00.030) 0:00:31.622 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 20 April 2024 16:29:38 +0000 (0:00:00.030) 0:00:31.652 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 20 April 2024 16:29:39 +0000 (0:00:00.030) 0:00:31.683 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 20 April 2024 16:29:39 +0000 (0:00:00.023) 0:00:31.706 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 20 April 2024 16:29:39 +0000 (0:00:00.030) 0:00:31.736 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 20 April 2024 16:29:39 +0000 (0:00:00.057) 0:00:31.794 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 April 2024 16:29:39 +0000 (0:00:00.024) 0:00:31.819 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 April 2024 16:29:39 +0000 (0:00:00.052) 0:00:31.871 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 20 April 2024 16:29:39 +0000 (0:00:00.032) 0:00:31.904 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 20 April 2024 16:29:39 +0000 (0:00:00.022) 0:00:31.926 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 20 April 2024 16:29:39 +0000 (0:00:00.023) 0:00:31.949 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 20 April 2024 16:29:39 +0000 (0:00:00.442) 0:00:32.392 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2337y9mitzwp/tmp0o4vooy_" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 20 April 2024 16:29:40 +0000 (0:00:00.457) 0:00:32.850 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 20 April 2024 16:29:40 +0000 (0:00:00.531) 0:00:33.382 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 20 April 2024 16:29:40 +0000 (0:00:00.023) 0:00:33.405 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 20 April 2024 16:29:40 +0000 (0:00:00.024) 0:00:33.430 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 20 April 2024 16:29:40 +0000 (0:00:00.025) 0:00:33.455 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 20 April 2024 16:29:40 +0000 (0:00:00.035) 0:00:33.491 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:81 Saturday 20 April 2024 16:29:41 +0000 (0:00:00.221) 0:00:33.713 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:29:41 +0000 (0:00:00.063) 0:00:33.776 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:29:41 +0000 (0:00:00.021) 0:00:33.798 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:29:41 +0000 (0:00:00.056) 0:00:33.855 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:29:41 +0000 (0:00:00.039) 0:00:33.894 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:29:41 +0000 (0:00:00.054) 0:00:33.949 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003363", "end": "2024-04-20 16:29:41.468000", "rc": 0, "start": "2024-04-20 16:29:41.464637" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:29:41 +0000 (0:00:00.232) 0:00:34.181 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:29:41 +0000 (0:00:00.025) 0:00:34.207 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:29:41 +0000 (0:00:00.035) 0:00:34.243 ******** 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-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 20 April 2024 16:29:44 +0000 (0:00:03.072) 0:00:37.315 ******** 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-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 20 April 2024 16:29:44 +0000 (0:00:00.071) 0:00:37.386 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 20 April 2024 16:29:44 +0000 (0:00:00.051) 0:00:37.437 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.014253", "end": "2024-04-20 16:29:45.044776", "rc": 0, "start": "2024-04-20 16:29:45.030523" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.331) 0:00:37.768 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.044) 0:00:37.813 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.058) 0:00:37.872 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.034) 0:00:37.906 ******** 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-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:85 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.029) 0:00:37.936 ******** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:89 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.024) 0:00:37.960 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.084) 0:00:38.044 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.027) 0:00:38.072 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.028) 0:00:38.101 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.043) 0:00:38.145 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.037) 0:00:38.182 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003652", "end": "2024-04-20 16:29:45.704055", "rc": 0, "start": "2024-04-20 16:29:45.700403" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.255) 0:00:38.438 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.074) 0:00:38.513 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:29:45 +0000 (0:00:00.048) 0:00:38.561 ******** 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-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 20 April 2024 16:29:48 +0000 (0:00:02.981) 0:00:41.543 ******** 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.007451", "end": "2024-04-20 16:29:49.067138", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-04-20 16:29:49.059687" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004476", "end": "2024-04-20 16:29:49.321991", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-04-20 16:29:49.317515" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004676", "end": "2024-04-20 16:29:49.545691", "item": "ip link set veth0 up", "rc": 0, "start": "2024-04-20 16:29:49.541015" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 20 April 2024 16:29:49 +0000 (0:00:00.717) 0:00:42.260 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.024403", "end": "2024-04-20 16:29:49.794398", "rc": 0, "start": "2024-04-20 16:29:49.769995" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 20 April 2024 16:29:49 +0000 (0:00:00.247) 0:00:42.508 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 20 April 2024 16:29:49 +0000 (0:00:00.059) 0:00:42.568 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 20 April 2024 16:29:49 +0000 (0:00:00.025) 0:00:42.594 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:29:49 +0000 (0:00:00.024) 0:00:42.618 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 20 April 2024 16:29:49 +0000 (0:00:00.024) 0:00:42.642 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 April 2024 16:29:49 +0000 (0:00:00.023) 0:00:42.666 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 April 2024 16:29:50 +0000 (0:00:00.043) 0:00:42.709 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 April 2024 16:29:50 +0000 (0:00:00.069) 0:00:42.778 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 April 2024 16:29:50 +0000 (0:00:00.041) 0:00:42.820 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 April 2024 16:29:50 +0000 (0:00:00.035) 0:00:42.856 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 April 2024 16:29:51 +0000 (0:00:01.706) 0:00:44.562 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 April 2024 16:29:53 +0000 (0:00:01.557) 0:00:46.120 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 April 2024 16:29:53 +0000 (0:00:00.028) 0:00:46.148 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 April 2024 16:29:53 +0000 (0:00:00.024) 0:00:46.173 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 20 April 2024 16:29:53 +0000 (0:00:00.027) 0:00:46.201 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 20 April 2024 16:29:53 +0000 (0:00:00.033) 0:00:46.235 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 20 April 2024 16:29:53 +0000 (0:00:00.025) 0:00:46.260 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 20 April 2024 16:29:53 +0000 (0:00:00.034) 0:00:46.295 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 20 April 2024 16:29:53 +0000 (0:00:00.059) 0:00:46.354 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 April 2024 16:29:53 +0000 (0:00:00.045) 0:00:46.400 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 April 2024 16:29:53 +0000 (0:00:00.110) 0:00:46.511 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 20 April 2024 16:29:53 +0000 (0:00:00.032) 0:00:46.543 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 20 April 2024 16:29:53 +0000 (0:00:00.023) 0:00:46.567 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 20 April 2024 16:29:53 +0000 (0:00:00.026) 0:00:46.593 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 20 April 2024 16:29:54 +0000 (0:00:00.399) 0:00:46.992 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2337y9mitzwp/tmp0snyh4e8" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 20 April 2024 16:29:54 +0000 (0:00:00.400) 0:00:47.393 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 20 April 2024 16:30:01 +0000 (0:00:06.629) 0:00:54.022 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 20 April 2024 16:30:01 +0000 (0:00:00.032) 0:00:54.054 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 20 April 2024 16:30:01 +0000 (0:00:00.093) 0:00:54.148 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 20 April 2024 16:30:01 +0000 (0:00:00.055) 0:00:54.203 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 20 April 2024 16:30:01 +0000 (0:00:00.074) 0:00:54.278 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:110 Saturday 20 April 2024 16:30:01 +0000 (0:00:00.340) 0:00:54.618 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 20 April 2024 16:30:02 +0000 (0:00:00.099) 0:00:54.717 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:30:02 +0000 (0:00:00.047) 0:00:54.765 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713630589.0637412, "block_size": 4096, "blocks": 0, "ctime": 1713630589.0637412, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22268, "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": 1713630589.0637412, "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-cikk1d7u7v/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 20 April 2024 16:30:02 +0000 (0:00:00.267) 0:00:55.032 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:112 Saturday 20 April 2024 16:30:02 +0000 (0:00:00.031) 0:00:55.064 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 20 April 2024 16:30:02 +0000 (0:00:00.141) 0:00:55.205 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 20 April 2024 16:30:02 +0000 (0:00:00.057) 0:00:55.262 ******** 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-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 20 April 2024 16:30:02 +0000 (0:00:00.027) 0:00:55.290 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713630595.0335827, "block_size": 4096, "blocks": 8, "ctime": 1713630595.0115829, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5971656, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1713630595.0115829, "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-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 20 April 2024 16:30:02 +0000 (0:00:00.320) 0:00:55.610 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 20 April 2024 16:30:02 +0000 (0:00:00.053) 0:00:55.664 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.023665", "end": "2024-04-20 16:30:03.254800", "rc": 1, "start": "2024-04-20 16:30:03.231135" } 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-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 20 April 2024 16:30:03 +0000 (0:00:00.319) 0:00:55.983 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 20 April 2024 16:30:03 +0000 (0:00:00.026) 0:00:56.010 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003668", "end": "2024-04-20 16:30:03.584696", "rc": 0, "start": "2024-04-20 16:30:03.581028" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 20 April 2024 16:30:03 +0000 (0:00:00.302) 0:00:56.312 ******** 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-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 20 April 2024 16:30:03 +0000 (0:00:00.043) 0:00:56.356 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003818", "end": "2024-04-20 16:30:03.907679", "rc": 0, "start": "2024-04-20 16:30:03.903861" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 20 April 2024 16:30:03 +0000 (0:00:00.270) 0:00:56.626 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 20 April 2024 16:30:03 +0000 (0:00:00.029) 0:00:56.656 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 20 April 2024 16:30:04 +0000 (0:00:00.031) 0:00:56.687 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 20 April 2024 16:30:04 +0000 (0:00:00.044) 0:00:56.732 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:116 Saturday 20 April 2024 16:30:04 +0000 (0:00:00.033) 0:00:56.766 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004179", "end": "2024-04-20 16:30:04.282727", "rc": 0, "start": "2024-04-20 16:30:04.278548" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.40.238 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.40.238 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-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:120 Saturday 20 April 2024 16:30:04 +0000 (0:00:00.230) 0:00:56.997 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:126 Saturday 20 April 2024 16:30:04 +0000 (0:00:00.026) 0:00:57.023 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004320", "end": "2024-04-20 16:30:04.535505", "rc": 0, "start": "2024-04-20 16:30:04.531185" } 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-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:130 Saturday 20 April 2024 16:30:04 +0000 (0:00:00.275) 0:00:57.298 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:137 Saturday 20 April 2024 16:30:04 +0000 (0:00:00.024) 0:00:57.322 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 April 2024 16:30:04 +0000 (0:00:00.025) 0:00:57.347 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 April 2024 16:30:04 +0000 (0:00:00.041) 0:00:57.389 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 April 2024 16:30:04 +0000 (0:00:00.039) 0:00:57.428 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 April 2024 16:30:04 +0000 (0:00:00.027) 0:00:57.455 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 April 2024 16:30:04 +0000 (0:00:00.025) 0:00:57.480 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 April 2024 16:30:06 +0000 (0:00:01.717) 0:00:59.197 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 April 2024 16:30:08 +0000 (0:00:01.609) 0:01:00.807 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 April 2024 16:30:08 +0000 (0:00:00.040) 0:01:00.848 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 April 2024 16:30:08 +0000 (0:00:00.036) 0:01:00.885 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 20 April 2024 16:30:08 +0000 (0:00:00.047) 0:01:00.933 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 20 April 2024 16:30:08 +0000 (0:00:00.047) 0:01:00.981 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 20 April 2024 16:30:08 +0000 (0:00:00.033) 0:01:01.014 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 20 April 2024 16:30:08 +0000 (0:00:00.039) 0:01:01.054 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 20 April 2024 16:30:08 +0000 (0:00:00.064) 0:01:01.119 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 April 2024 16:30:08 +0000 (0:00:00.023) 0:01:01.143 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 April 2024 16:30:08 +0000 (0:00:00.023) 0:01:01.166 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 20 April 2024 16:30:08 +0000 (0:00:00.026) 0:01:01.193 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 20 April 2024 16:30:08 +0000 (0:00:00.021) 0:01:01.215 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 20 April 2024 16:30:08 +0000 (0:00:00.021) 0:01:01.236 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 20 April 2024 16:30:09 +0000 (0:00:00.503) 0:01:01.740 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2337y9mitzwp/tmpfa1z356b" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 20 April 2024 16:30:09 +0000 (0:00:00.462) 0:01:02.203 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.516) 0:01:02.719 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.022) 0:01:02.741 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.022) 0:01:02.764 ******** 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-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.024) 0:01:02.788 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.022) 0:01:02.811 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:149 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.230) 0:01:03.041 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.069) 0:01:03.111 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.023) 0:01:03.134 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.074) 0:01:03.208 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.039) 0:01:03.248 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.042) 0:01:03.291 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003421", "end": "2024-04-20 16:30:10.824505", "rc": 0, "start": "2024-04-20 16:30:10.821084" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.246) 0:01:03.537 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.027) 0:01:03.564 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:30:10 +0000 (0:00:00.025) 0:01:03.590 ******** 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-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 20 April 2024 16:30:13 +0000 (0:00:02.951) 0:01:06.541 ******** 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-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 20 April 2024 16:30:13 +0000 (0:00:00.035) 0:01:06.577 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 20 April 2024 16:30:13 +0000 (0:00:00.076) 0:01:06.653 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.011740", "end": "2024-04-20 16:30:14.174859", "rc": 0, "start": "2024-04-20 16:30:14.163119" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 20 April 2024 16:30:14 +0000 (0:00:00.249) 0:01:06.903 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 20 April 2024 16:30:14 +0000 (0:00:00.046) 0:01:06.950 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:30:14 +0000 (0:00:00.042) 0:01:06.992 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 20 April 2024 16:30:14 +0000 (0:00:00.029) 0:01:07.022 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tests_auto_gateway.yml:153 Saturday 20 April 2024 16:30:14 +0000 (0:00:00.024) 0:01:07.046 ******** included: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 20 April 2024 16:30:14 +0000 (0:00:00.060) 0:01:07.107 ******** 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.010111", "end": "2024-04-20 16:30:14.627550", "rc": 0, "start": "2024-04-20 16:30:14.617439" } 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:18:1c:92:e3:8d brd ff:ff:ff:ff:ff:ff inet 10.31.40.238/22 brd 10.31.43.255 scope global dynamic noprefixroute eth0 valid_lft 2580sec preferred_lft 2580sec inet6 fe80::c18:1cff:fe92:e38d/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp src 10.31.40.238 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.40.238 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-cikk1d7u7v/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 20 April 2024 16:30:14 +0000 (0:00:00.232) 0:01:07.339 ******** 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.227618", "end": "2024-04-20 16:30:15.084426", "rc": 0, "start": "2024-04-20 16:30:14.856808" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 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 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 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 3279 0 --:--:-- --:--:-- --:--:-- 3279 % 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 2669 0 --:--:-- --:--:-- --:--:-- 2669 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=141 changed=6 unreachable=0 failed=0 skipped=101 rescued=0 ignored=2 Saturday 20 April 2024 16:30:15 +0000 (0:00:00.449) 0:01:07.789 ******** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 6.82s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Configure networking connection profiles --- 6.63s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Install packages --------------------------- 4.84s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:77 Install iproute --------------------------------------------------------- 3.21s /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.07s /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.98s /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.95s /WORKDIR/git-weekly-cikk1d7u7v/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 1.75s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.72s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.72s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.71s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.69s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.61s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.56s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.53s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 1.05s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable network service --------------------- 0.96s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:156 linux-system-roles.network : Enable network service --------------------- 0.95s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:156 linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.92s /WORKDIR/git-weekly-cikk1d7u7v/tests/roles/linux-system-roles.network/tasks/main.yml:164 Gathering Facts --------------------------------------------------------- 0.76s /WORKDIR/git-weekly-cikk1d7u7v/tests/tests_auto_gateway_initscripts.yml:5 ----- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---