# 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-cikt4hj1lm/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-cikt4hj1lm/tests/tests_auto_gateway_initscripts.yml:5 Saturday 27 April 2024 14:26:47 +0000 (0:00:00.011) 0:00:00.011 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tests_auto_gateway_initscripts.yml:8 Saturday 27 April 2024 14:26:47 +0000 (0:00:00.719) 0:00:00.731 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/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-cikt4hj1lm/tests/tasks/el_repo_setup.yml:3 Saturday 27 April 2024 14:26:47 +0000 (0:00:00.010) 0:00:00.742 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/el_repo_setup.yml:19 Saturday 27 April 2024 14:26:48 +0000 (0:00:00.334) 0:00:01.076 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/el_repo_setup.yml:24 Saturday 27 April 2024 14:26:48 +0000 (0:00:00.231) 0:00:01.308 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/el_repo_setup.yml:28 Saturday 27 April 2024 14:26:48 +0000 (0:00:00.019) 0:00:01.328 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/el_repo_setup.yml:53 Saturday 27 April 2024 14:26:48 +0000 (0:00:00.017) 0:00:01.345 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/enable_epel.yml:8 Saturday 27 April 2024 14:26:48 +0000 (0:00:00.030) 0:00:01.376 ******** 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-cikt4hj1lm/tests/tasks/enable_epel.yml:24 Saturday 27 April 2024 14:26:48 +0000 (0:00:00.226) 0:00:01.602 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/enable_epel.yml:30 Saturday 27 April 2024 14:26:48 +0000 (0:00:00.010) 0:00:01.613 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/enable_epel.yml:35 Saturday 27 April 2024 14:26:48 +0000 (0:00:00.010) 0:00:01.623 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.241858", "end": "2024-04-27 14:26:49.191149", "rc": 0, "start": "2024-04-27 14:26:48.949291" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/enable_epel.yml:40 Saturday 27 April 2024 14:26:49 +0000 (0:00:00.421) 0:00:02.045 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tests_auto_gateway_initscripts.yml:10 Saturday 27 April 2024 14:26:49 +0000 (0:00:00.010) 0:00:02.055 ******** 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-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:3 Saturday 27 April 2024 14:26:49 +0000 (0:00:00.010) 0:00:02.066 ******** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:9 Saturday 27 April 2024 14:26:49 +0000 (0:00:00.462) 0:00:02.529 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 April 2024 14:26:49 +0000 (0:00:00.024) 0:00:02.554 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 April 2024 14:26:49 +0000 (0:00:00.013) 0:00:02.567 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002621", "end": "2024-04-27 14:26:49.893096", "rc": 0, "start": "2024-04-27 14:26:49.890475" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 April 2024 14:26:49 +0000 (0:00:00.178) 0:00:02.746 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 April 2024 14:26:49 +0000 (0:00:00.011) 0:00:02.758 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:11 Saturday 27 April 2024 14:26:49 +0000 (0:00:00.010) 0:00:02.768 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 April 2024 14:26:49 +0000 (0:00:00.028) 0:00:02.797 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 April 2024 14:26:49 +0000 (0:00:00.009) 0:00:02.807 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 April 2024 14:26:49 +0000 (0:00:00.012) 0:00:02.819 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 April 2024 14:26:49 +0000 (0:00:00.014) 0:00:02.833 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 April 2024 14:26:50 +0000 (0:00:00.013) 0:00:02.847 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002871", "end": "2024-04-27 14:26:50.175693", "rc": 0, "start": "2024-04-27 14:26:50.172822" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 April 2024 14:26:50 +0000 (0:00:00.182) 0:00:03.029 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 April 2024 14:26:50 +0000 (0:00:00.012) 0:00:03.041 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 April 2024 14:26:50 +0000 (0:00:00.010) 0:00:03.052 ******** 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-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 27 April 2024 14:26:53 +0000 (0:00:03.178) 0:00:06.230 ******** 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.019243", "end": "2024-04-27 14:26:53.580400", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-04-27 14:26:53.561157" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003459", "end": "2024-04-27 14:26:53.797349", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-04-27 14:26:53.793890" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003198", "end": "2024-04-27 14:26:53.972398", "item": "ip link set veth0 up", "rc": 0, "start": "2024-04-27 14:26:53.969200" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 27 April 2024 14:26:53 +0000 (0:00:00.596) 0:00:06.827 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.088281", "end": "2024-04-27 14:26:54.242534", "rc": 0, "start": "2024-04-27 14:26:54.154253" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.271) 0:00:07.098 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.011) 0:00:07.110 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.011) 0:00:07.121 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.010) 0:00:07.132 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.013) 0:00:07.145 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:15 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.010) 0:00:07.156 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.028) 0:00:07.185 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.015) 0:00:07.201 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1714228013.5713985, "block_size": 4096, "blocks": 0, "ctime": 1714228013.5713985, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21663, "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": 1714228013.5713985, "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-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.182) 0:00:07.384 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:17 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.012) 0:00:07.396 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.010) 0:00:07.406 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.018) 0:00:07.425 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.011) 0:00:07.436 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.010) 0:00:07.447 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 April 2024 14:26:54 +0000 (0:00:00.010) 0:00:07.458 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 April 2024 14:26:56 +0000 (0:00:01.420) 0:00:08.878 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 April 2024 14:26:57 +0000 (0:00:01.461) 0:00:10.340 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 April 2024 14:26:57 +0000 (0:00:00.023) 0:00:10.364 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 April 2024 14:26:57 +0000 (0:00:00.021) 0:00:10.385 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 April 2024 14:26:57 +0000 (0:00:00.021) 0:00:10.406 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 April 2024 14:26:57 +0000 (0:00:00.027) 0:00:10.434 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 27 April 2024 14:26:57 +0000 (0:00:00.021) 0:00:10.455 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 27 April 2024 14:26:57 +0000 (0:00:00.025) 0:00:10.481 ******** changed: [sut] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: network-scripts-team-1.31-4.el8.x86_64", "Installed: network-scripts-10.00.18-1.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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 27 April 2024 14:27:02 +0000 (0:00:04.539) 0:00:15.021 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 April 2024 14:27:02 +0000 (0:00:00.023) 0:00:15.045 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 April 2024 14:27:02 +0000 (0:00:00.021) 0:00:15.066 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 27 April 2024 14:27:02 +0000 (0:00:00.027) 0:00:15.094 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 27 April 2024 14:27:02 +0000 (0:00:00.022) 0:00:15.117 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 27 April 2024 14:27:02 +0000 (0:00:00.022) 0:00:15.139 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 27 April 2024 14:27:03 +0000 (0:00:00.846) 0:00:15.986 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-61951ngsdvlc/tmpz_a_nzw9" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 27 April 2024 14:27:03 +0000 (0:00:00.325) 0:00:16.312 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 27 April 2024 14:27:10 +0000 (0:00:06.664) 0:00:22.976 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 27 April 2024 14:27:10 +0000 (0:00:00.041) 0:00:23.017 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 27 April 2024 14:27:10 +0000 (0:00:00.042) 0:00:23.060 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 April 2024 14:27:10 +0000 (0:00:00.025) 0:00:23.085 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 April 2024 14:27:10 +0000 (0:00:00.021) 0:00:23.107 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:42 Saturday 27 April 2024 14:27:10 +0000 (0:00:00.285) 0:00:23.392 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 April 2024 14:27:10 +0000 (0:00:00.053) 0:00:23.446 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 April 2024 14:27:10 +0000 (0:00:00.042) 0:00:23.489 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1714228013.5713985, "block_size": 4096, "blocks": 0, "ctime": 1714228013.5713985, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21663, "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": 1714228013.5713985, "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-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 April 2024 14:27:10 +0000 (0:00:00.192) 0:00:23.681 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:44 Saturday 27 April 2024 14:27:10 +0000 (0:00:00.025) 0:00:23.707 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 April 2024 14:27:10 +0000 (0:00:00.052) 0:00:23.759 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 April 2024 14:27:10 +0000 (0:00:00.038) 0:00:23.798 ******** 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-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 April 2024 14:27:10 +0000 (0:00:00.024) 0:00:23.823 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1714228023.8893602, "block_size": 4096, "blocks": 8, "ctime": 1714228023.8713603, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2274427, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1714228023.8713603, "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-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 April 2024 14:27:11 +0000 (0:00:00.190) 0:00:24.014 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 April 2024 14:27:11 +0000 (0:00:00.050) 0:00:24.064 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.019381", "end": "2024-04-27 14:27:11.412046", "rc": 1, "start": "2024-04-27 14:27:11.392665" } 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-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 April 2024 14:27:11 +0000 (0:00:00.219) 0:00:24.284 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 April 2024 14:27:11 +0000 (0:00:00.026) 0:00:24.310 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002457", "end": "2024-04-27 14:27:11.643570", "rc": 0, "start": "2024-04-27 14:27:11.641113" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 April 2024 14:27:11 +0000 (0:00:00.199) 0:00:24.509 ******** 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-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 April 2024 14:27:11 +0000 (0:00:00.028) 0:00:24.537 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002526", "end": "2024-04-27 14:27:11.866944", "rc": 0, "start": "2024-04-27 14:27:11.864418" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 April 2024 14:27:11 +0000 (0:00:00.194) 0:00:24.731 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 April 2024 14:27:11 +0000 (0:00:00.028) 0:00:24.760 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 April 2024 14:27:11 +0000 (0:00:00.024) 0:00:24.785 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 April 2024 14:27:11 +0000 (0:00:00.023) 0:00:24.809 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:48 Saturday 27 April 2024 14:27:11 +0000 (0:00:00.023) 0:00:24.833 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003137", "end": "2024-04-27 14:27:12.164328", "rc": 0, "start": "2024-04-27 14:27:12.161191" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.45.35 metric 100 default via 203.0.113.1 dev veth0 metric 65535 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.45.35 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-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:52 Saturday 27 April 2024 14:27:12 +0000 (0:00:00.197) 0:00:25.030 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:58 Saturday 27 April 2024 14:27:12 +0000 (0:00:00.025) 0:00:25.055 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003158", "end": "2024-04-27 14:27:12.384369", "rc": 0, "start": "2024-04-27 14:27:12.381211" } 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-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:62 Saturday 27 April 2024 14:27:12 +0000 (0:00:00.193) 0:00:25.248 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:69 Saturday 27 April 2024 14:27:12 +0000 (0:00:00.029) 0:00:25.278 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 April 2024 14:27:12 +0000 (0:00:00.066) 0:00:25.344 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 April 2024 14:27:12 +0000 (0:00:00.042) 0:00:25.386 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 April 2024 14:27:12 +0000 (0:00:00.033) 0:00:25.420 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 April 2024 14:27:12 +0000 (0:00:00.030) 0:00:25.451 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 April 2024 14:27:12 +0000 (0:00:00.025) 0:00:25.476 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 April 2024 14:27:14 +0000 (0:00:01.448) 0:00:26.925 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 April 2024 14:27:15 +0000 (0:00:01.289) 0:00:28.214 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 April 2024 14:27:15 +0000 (0:00:00.024) 0:00:28.238 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 April 2024 14:27:15 +0000 (0:00:00.027) 0:00:28.266 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 April 2024 14:27:15 +0000 (0:00:00.023) 0:00:28.289 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 April 2024 14:27:15 +0000 (0:00:00.028) 0:00:28.318 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 27 April 2024 14:27:15 +0000 (0:00:00.036) 0:00:28.355 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 27 April 2024 14:27:15 +0000 (0:00:00.028) 0:00:28.383 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 27 April 2024 14:27:15 +0000 (0:00:00.045) 0:00:28.429 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 April 2024 14:27:15 +0000 (0:00:00.022) 0:00:28.452 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 April 2024 14:27:15 +0000 (0:00:00.022) 0:00:28.474 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 27 April 2024 14:27:15 +0000 (0:00:00.025) 0:00:28.499 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 27 April 2024 14:27:15 +0000 (0:00:00.023) 0:00:28.522 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 27 April 2024 14:27:15 +0000 (0:00:00.022) 0:00:28.545 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 27 April 2024 14:27:16 +0000 (0:00:00.379) 0:00:28.924 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-61951ngsdvlc/tmpung8hhet" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 27 April 2024 14:27:16 +0000 (0:00:00.280) 0:00:29.205 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 27 April 2024 14:27:16 +0000 (0:00:00.426) 0:00:29.631 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 27 April 2024 14:27:16 +0000 (0:00:00.027) 0:00:29.659 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 27 April 2024 14:27:16 +0000 (0:00:00.034) 0:00:29.694 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 April 2024 14:27:16 +0000 (0:00:00.047) 0:00:29.741 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 April 2024 14:27:16 +0000 (0:00:00.025) 0:00:29.766 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:81 Saturday 27 April 2024 14:27:17 +0000 (0:00:00.188) 0:00:29.955 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 April 2024 14:27:17 +0000 (0:00:00.056) 0:00:30.012 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 April 2024 14:27:17 +0000 (0:00:00.022) 0:00:30.034 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 April 2024 14:27:17 +0000 (0:00:00.022) 0:00:30.056 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 April 2024 14:27:17 +0000 (0:00:00.070) 0:00:30.127 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 April 2024 14:27:17 +0000 (0:00:00.035) 0:00:30.163 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002873", "end": "2024-04-27 14:27:17.496935", "rc": 0, "start": "2024-04-27 14:27:17.494062" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 April 2024 14:27:17 +0000 (0:00:00.197) 0:00:30.361 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 April 2024 14:27:17 +0000 (0:00:00.023) 0:00:30.385 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 April 2024 14:27:17 +0000 (0:00:00.022) 0:00:30.407 ******** 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-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 27 April 2024 14:27:20 +0000 (0:00:02.621) 0:00:33.029 ******** 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-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 27 April 2024 14:27:20 +0000 (0:00:00.035) 0:00:33.064 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 27 April 2024 14:27:20 +0000 (0:00:00.080) 0:00:33.145 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.013931", "end": "2024-04-27 14:27:20.491017", "rc": 0, "start": "2024-04-27 14:27:20.477086" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 27 April 2024 14:27:20 +0000 (0:00:00.215) 0:00:33.360 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 27 April 2024 14:27:20 +0000 (0:00:00.023) 0:00:33.383 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 27 April 2024 14:27:20 +0000 (0:00:00.022) 0:00:33.406 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 27 April 2024 14:27:20 +0000 (0:00:00.024) 0:00:33.430 ******** 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-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:85 Saturday 27 April 2024 14:27:20 +0000 (0:00:00.022) 0:00:33.453 ******** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:89 Saturday 27 April 2024 14:27:20 +0000 (0:00:00.022) 0:00:33.476 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 April 2024 14:27:20 +0000 (0:00:00.054) 0:00:33.531 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 April 2024 14:27:20 +0000 (0:00:00.022) 0:00:33.554 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 April 2024 14:27:20 +0000 (0:00:00.023) 0:00:33.577 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 April 2024 14:27:20 +0000 (0:00:00.036) 0:00:33.614 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 April 2024 14:27:20 +0000 (0:00:00.037) 0:00:33.651 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002723", "end": "2024-04-27 14:27:20.981942", "rc": 0, "start": "2024-04-27 14:27:20.979219" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 April 2024 14:27:21 +0000 (0:00:00.211) 0:00:33.863 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 April 2024 14:27:21 +0000 (0:00:00.025) 0:00:33.888 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 April 2024 14:27:21 +0000 (0:00:00.023) 0:00:33.912 ******** 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-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 27 April 2024 14:27:23 +0000 (0:00:02.724) 0:00:36.637 ******** 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.010934", "end": "2024-04-27 14:27:23.979031", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-04-27 14:27:23.968097" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003638", "end": "2024-04-27 14:27:24.192278", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-04-27 14:27:24.188640" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003453", "end": "2024-04-27 14:27:24.368620", "item": "ip link set veth0 up", "rc": 0, "start": "2024-04-27 14:27:24.365167" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 27 April 2024 14:27:24 +0000 (0:00:00.597) 0:00:37.235 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.021483", "end": "2024-04-27 14:27:24.584497", "rc": 0, "start": "2024-04-27 14:27:24.563014" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 27 April 2024 14:27:24 +0000 (0:00:00.215) 0:00:37.451 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 27 April 2024 14:27:24 +0000 (0:00:00.026) 0:00:37.477 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 27 April 2024 14:27:24 +0000 (0:00:00.025) 0:00:37.503 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 27 April 2024 14:27:24 +0000 (0:00:00.082) 0:00:37.585 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 27 April 2024 14:27:24 +0000 (0:00:00.026) 0:00:37.612 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 April 2024 14:27:24 +0000 (0:00:00.025) 0:00:37.637 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 April 2024 14:27:24 +0000 (0:00:00.042) 0:00:37.680 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 April 2024 14:27:24 +0000 (0:00:00.046) 0:00:37.727 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 April 2024 14:27:24 +0000 (0:00:00.047) 0:00:37.774 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 April 2024 14:27:24 +0000 (0:00:00.029) 0:00:37.804 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 April 2024 14:27:26 +0000 (0:00:01.428) 0:00:39.232 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 April 2024 14:27:27 +0000 (0:00:01.326) 0:00:40.559 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 April 2024 14:27:27 +0000 (0:00:00.024) 0:00:40.584 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 April 2024 14:27:27 +0000 (0:00:00.024) 0:00:40.608 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 April 2024 14:27:27 +0000 (0:00:00.024) 0:00:40.633 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 April 2024 14:27:27 +0000 (0:00:00.028) 0:00:40.662 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 27 April 2024 14:27:27 +0000 (0:00:00.022) 0:00:40.684 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 27 April 2024 14:27:27 +0000 (0:00:00.025) 0:00:40.710 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 27 April 2024 14:27:27 +0000 (0:00:00.047) 0:00:40.757 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 April 2024 14:27:27 +0000 (0:00:00.030) 0:00:40.788 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 April 2024 14:27:27 +0000 (0:00:00.023) 0:00:40.811 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 27 April 2024 14:27:28 +0000 (0:00:00.058) 0:00:40.870 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 27 April 2024 14:27:28 +0000 (0:00:00.024) 0:00:40.894 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 27 April 2024 14:27:28 +0000 (0:00:00.022) 0:00:40.916 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 27 April 2024 14:27:28 +0000 (0:00:00.352) 0:00:41.268 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-61951ngsdvlc/tmpznr435r8" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 27 April 2024 14:27:28 +0000 (0:00:00.287) 0:00:41.556 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 27 April 2024 14:27:35 +0000 (0:00:06.487) 0:00:48.044 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 27 April 2024 14:27:35 +0000 (0:00:00.025) 0:00:48.069 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 27 April 2024 14:27:35 +0000 (0:00:00.034) 0:00:48.103 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 April 2024 14:27:35 +0000 (0:00:00.066) 0:00:48.170 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 April 2024 14:27:35 +0000 (0:00:00.028) 0:00:48.198 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:110 Saturday 27 April 2024 14:27:35 +0000 (0:00:00.200) 0:00:48.398 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 April 2024 14:27:35 +0000 (0:00:00.057) 0:00:48.456 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 April 2024 14:27:35 +0000 (0:00:00.048) 0:00:48.504 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1714228043.9711807, "block_size": 4096, "blocks": 0, "ctime": 1714228043.9711807, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22249, "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": 1714228043.9711807, "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-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 April 2024 14:27:35 +0000 (0:00:00.194) 0:00:48.699 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:112 Saturday 27 April 2024 14:27:35 +0000 (0:00:00.026) 0:00:48.725 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 April 2024 14:27:35 +0000 (0:00:00.057) 0:00:48.783 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 April 2024 14:27:35 +0000 (0:00:00.037) 0:00:48.821 ******** 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-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 April 2024 14:27:36 +0000 (0:00:00.073) 0:00:48.895 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1714228048.9982133, "block_size": 4096, "blocks": 8, "ctime": 1714228048.9802134, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2274427, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1714228048.9802134, "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-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 April 2024 14:27:36 +0000 (0:00:00.196) 0:00:49.091 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 April 2024 14:27:36 +0000 (0:00:00.025) 0:00:49.117 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.019319", "end": "2024-04-27 14:27:36.461650", "rc": 1, "start": "2024-04-27 14:27:36.442331" } 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-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 April 2024 14:27:36 +0000 (0:00:00.210) 0:00:49.328 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 April 2024 14:27:36 +0000 (0:00:00.025) 0:00:49.353 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002862", "end": "2024-04-27 14:27:36.687352", "rc": 0, "start": "2024-04-27 14:27:36.684490" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 April 2024 14:27:36 +0000 (0:00:00.208) 0:00:49.562 ******** 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-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 April 2024 14:27:36 +0000 (0:00:00.052) 0:00:49.614 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002799", "end": "2024-04-27 14:27:36.951188", "rc": 0, "start": "2024-04-27 14:27:36.948389" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 April 2024 14:27:36 +0000 (0:00:00.202) 0:00:49.817 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 April 2024 14:27:37 +0000 (0:00:00.030) 0:00:49.847 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 April 2024 14:27:37 +0000 (0:00:00.027) 0:00:49.875 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 April 2024 14:27:37 +0000 (0:00:00.025) 0:00:49.901 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:116 Saturday 27 April 2024 14:27:37 +0000 (0:00:00.025) 0:00:49.926 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003229", "end": "2024-04-27 14:27:37.256919", "rc": 0, "start": "2024-04-27 14:27:37.253690" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.45.35 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.45.35 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-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:120 Saturday 27 April 2024 14:27:37 +0000 (0:00:00.195) 0:00:50.121 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:126 Saturday 27 April 2024 14:27:37 +0000 (0:00:00.067) 0:00:50.189 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003209", "end": "2024-04-27 14:27:37.519382", "rc": 0, "start": "2024-04-27 14:27:37.516173" } 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-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:130 Saturday 27 April 2024 14:27:37 +0000 (0:00:00.195) 0:00:50.384 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:137 Saturday 27 April 2024 14:27:37 +0000 (0:00:00.023) 0:00:50.407 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 April 2024 14:27:37 +0000 (0:00:00.024) 0:00:50.431 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 April 2024 14:27:37 +0000 (0:00:00.040) 0:00:50.472 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 April 2024 14:27:37 +0000 (0:00:00.030) 0:00:50.503 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 April 2024 14:27:37 +0000 (0:00:00.024) 0:00:50.527 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 April 2024 14:27:37 +0000 (0:00:00.022) 0:00:50.549 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 April 2024 14:27:39 +0000 (0:00:01.432) 0:00:51.982 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 April 2024 14:27:40 +0000 (0:00:01.334) 0:00:53.316 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 April 2024 14:27:40 +0000 (0:00:00.023) 0:00:53.340 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 April 2024 14:27:40 +0000 (0:00:00.022) 0:00:53.363 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 April 2024 14:27:40 +0000 (0:00:00.023) 0:00:53.386 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 April 2024 14:27:40 +0000 (0:00:00.027) 0:00:53.413 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 27 April 2024 14:27:40 +0000 (0:00:00.025) 0:00:53.439 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 27 April 2024 14:27:40 +0000 (0:00:00.027) 0:00:53.467 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 27 April 2024 14:27:40 +0000 (0:00:00.046) 0:00:53.514 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 April 2024 14:27:40 +0000 (0:00:00.022) 0:00:53.536 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 April 2024 14:27:40 +0000 (0:00:00.021) 0:00:53.558 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 27 April 2024 14:27:40 +0000 (0:00:00.064) 0:00:53.623 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 27 April 2024 14:27:40 +0000 (0:00:00.025) 0:00:53.649 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 27 April 2024 14:27:40 +0000 (0:00:00.022) 0:00:53.672 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 27 April 2024 14:27:41 +0000 (0:00:00.340) 0:00:54.012 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-61951ngsdvlc/tmp4i8i9a7f" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 27 April 2024 14:27:41 +0000 (0:00:00.292) 0:00:54.305 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 27 April 2024 14:27:41 +0000 (0:00:00.416) 0:00:54.722 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 27 April 2024 14:27:41 +0000 (0:00:00.024) 0:00:54.746 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 27 April 2024 14:27:41 +0000 (0:00:00.032) 0:00:54.778 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 April 2024 14:27:41 +0000 (0:00:00.028) 0:00:54.806 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 April 2024 14:27:42 +0000 (0:00:00.030) 0:00:54.837 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:149 Saturday 27 April 2024 14:27:42 +0000 (0:00:00.205) 0:00:55.043 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 April 2024 14:27:42 +0000 (0:00:00.144) 0:00:55.188 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 April 2024 14:27:42 +0000 (0:00:00.038) 0:00:55.226 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 April 2024 14:27:42 +0000 (0:00:00.026) 0:00:55.252 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 April 2024 14:27:42 +0000 (0:00:00.058) 0:00:55.311 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 April 2024 14:27:42 +0000 (0:00:00.043) 0:00:55.354 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002692", "end": "2024-04-27 14:27:42.687014", "rc": 0, "start": "2024-04-27 14:27:42.684322" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 April 2024 14:27:42 +0000 (0:00:00.203) 0:00:55.558 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 April 2024 14:27:42 +0000 (0:00:00.037) 0:00:55.596 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 April 2024 14:27:42 +0000 (0:00:00.036) 0:00:55.633 ******** 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-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 27 April 2024 14:27:45 +0000 (0:00:02.592) 0:00:58.225 ******** 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-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 27 April 2024 14:27:45 +0000 (0:00:00.033) 0:00:58.259 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 27 April 2024 14:27:45 +0000 (0:00:00.024) 0:00:58.283 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.010744", "end": "2024-04-27 14:27:45.624282", "rc": 0, "start": "2024-04-27 14:27:45.613538" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 27 April 2024 14:27:45 +0000 (0:00:00.208) 0:00:58.492 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 27 April 2024 14:27:45 +0000 (0:00:00.025) 0:00:58.517 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 27 April 2024 14:27:45 +0000 (0:00:00.024) 0:00:58.541 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 27 April 2024 14:27:45 +0000 (0:00:00.027) 0:00:58.568 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_auto_gateway.yml:153 Saturday 27 April 2024 14:27:45 +0000 (0:00:00.028) 0:00:58.597 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 27 April 2024 14:27:45 +0000 (0:00:00.089) 0:00:58.686 ******** 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.008868", "end": "2024-04-27 14:27:46.026228", "rc": 0, "start": "2024-04-27 14:27:46.017360" } 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 02:bf:48:bf:7c:75 brd ff:ff:ff:ff:ff:ff inet 10.31.45.35/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 2303sec preferred_lft 2303sec inet6 fe80::bf:48ff:febf:7c75/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.45.35 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.45.35 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-cikt4hj1lm/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 27 April 2024 14:27:46 +0000 (0:00:00.277) 0:00:58.964 ******** 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.174456", "end": "2024-04-27 14:27:46.500237", "rc": 0, "start": "2024-04-27 14:27:46.325781" } STDOUT: CHECK DNS AND CONNECTIVITY 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 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.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 2605:bc80:3010:600:dead:beef:cafe:fed9 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 3080 0 --:--:-- --:--:-- --:--:-- 3080 % 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 5820 0 --:--:-- --:--:-- --:--:-- 5820 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=141 changed=6 unreachable=0 failed=0 skipped=101 rescued=0 ignored=2 Saturday 27 April 2024 14:27:46 +0000 (0:00:00.389) 0:00:59.353 ******** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 6.66s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Configure networking connection profiles --- 6.49s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Install packages --------------------------- 4.54s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:77 Install iproute --------------------------------------------------------- 3.18s /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.72s /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.62s /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 1.46s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.43s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.43s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.42s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.29s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Enable network service --------------------- 0.85s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:156 linux-system-roles.network : Configure networking connection profiles --- 0.84s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:173 Gathering Facts --------------------------------------------------------- 0.72s /WORKDIR/git-weekly-cikt4hj1lm/tests/tests_auto_gateway_initscripts.yml:5 ----- linux-system-roles.network : Enable network service --------------------- 0.72s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:156 Create veth interface veth0 --------------------------------------------- 0.60s /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:28 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---