# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci9eb83h2m/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_network_state_nm.yml ******************************************* 2 plays in /WORKDIR/git-weekly-ci9eb83h2m/tests/tests_network_state_nm.yml PLAY [Run playbook 'playbooks/tests_network_state.yml' with nm as provider] **** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tests_network_state_nm.yml:6 Saturday 16 March 2024 13:33:02 +0000 (0:00:00.011) 0:00:00.011 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tests_network_state_nm.yml:9 Saturday 16 March 2024 13:33:03 +0000 (0:00:00.848) 0:00:00.859 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/tasks/el_repo_setup.yml:3 Saturday 16 March 2024 13:33:03 +0000 (0:00:00.012) 0:00:00.872 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/el_repo_setup.yml:17 Saturday 16 March 2024 13:33:03 +0000 (0:00:00.357) 0:00:01.230 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/el_repo_setup.yml:22 Saturday 16 March 2024 13:33:04 +0000 (0:00:00.246) 0:00:01.477 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/el_repo_setup.yml:26 Saturday 16 March 2024 13:33:04 +0000 (0:00:00.019) 0:00:01.497 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/el_repo_setup.yml:51 Saturday 16 March 2024 13:33:04 +0000 (0:00:00.025) 0:00:01.522 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:8 Saturday 16 March 2024 13:33:04 +0000 (0:00:00.023) 0:00:01.545 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:24 Saturday 16 March 2024 13:33:04 +0000 (0:00:00.248) 0:00:01.794 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:30 Saturday 16 March 2024 13:33:04 +0000 (0:00:00.009) 0:00:01.803 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:35 Saturday 16 March 2024 13:33:04 +0000 (0:00:00.007) 0:00:01.811 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.238458", "end": "2024-03-16 13:33:04.819741", "rc": 0, "start": "2024-03-16 13:33:04.581283" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:40 Saturday 16 March 2024 13:33:04 +0000 (0:00:00.423) 0:00:02.234 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tests_network_state_nm.yml:11 Saturday 16 March 2024 13:33:04 +0000 (0:00:00.007) 0:00:02.242 ******** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for configuring network using network state variable] *************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:3 Saturday 16 March 2024 13:33:04 +0000 (0:00:00.016) 0:00:02.258 ******** ok: [sut] TASK [Set type=veth and interface=ethtest0] ************************************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:12 Saturday 16 March 2024 13:33:05 +0000 (0:00:00.609) 0:00:02.868 ******** ok: [sut] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:16 Saturday 16 March 2024 13:33:05 +0000 (0:00:00.020) 0:00:02.888 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:05 +0000 (0:00:00.031) 0:00:02.919 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:05 +0000 (0:00:00.018) 0:00:02.938 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003375", "end": "2024-03-16 13:33:05.725094", "rc": 0, "start": "2024-03-16 13:33:05.721719" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:05 +0000 (0:00:00.201) 0:00:03.139 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:05 +0000 (0:00:00.019) 0:00:03.159 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:18 Saturday 16 March 2024 13:33:05 +0000 (0:00:00.017) 0:00:03.177 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:33:05 +0000 (0:00:00.035) 0:00:03.212 ******** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:33:05 +0000 (0:00:00.017) 0:00:03.229 ******** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:33:05 +0000 (0:00:00.017) 0:00:03.246 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:05 +0000 (0:00:00.021) 0:00:03.268 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:05 +0000 (0:00:00.018) 0:00:03.287 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003541", "end": "2024-03-16 13:33:06.070401", "rc": 0, "start": "2024-03-16 13:33:06.066860" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:06 +0000 (0:00:00.198) 0:00:03.485 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:06 +0000 (0:00:00.019) 0:00:03.505 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:33:06 +0000 (0:00:00.018) 0:00:03.523 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface ethtest0] ****************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:33:09 +0000 (0:00:02.942) 0:00:06.466 ******** ok: [sut] => (item=ip link add ethtest0 type veth peer name peerethtest0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest0", "type", "veth", "peer", "name", "peerethtest0" ], "delta": "0:00:00.014102", "end": "2024-03-16 13:33:09.262387", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2024-03-16 13:33:09.248285" } ok: [sut] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.003969", "end": "2024-03-16 13:33:09.482192", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2024-03-16 13:33:09.478223" } ok: [sut] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.004356", "end": "2024-03-16 13:33:09.667653", "item": "ip link set ethtest0 up", "rc": 0, "start": "2024-03-16 13:33:09.663297" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.616) 0:00:07.082 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.023099", "end": "2024-03-16 13:33:09.886769", "rc": 0, "start": "2024-03-16 13:33:09.863670" } TASK [Delete veth interface ethtest0] ****************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.219) 0:00:07.302 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.019) 0:00:07.321 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.018) 0:00:07.340 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.018) 0:00:07.358 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.018) 0:00:07.377 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:22 Saturday 16 March 2024 13:33:09 +0000 (0:00:00.017) 0:00:07.394 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.035) 0:00:07.430 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.020) 0:00:07.451 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710595989.2519655, "block_size": 4096, "blocks": 0, "ctime": 1710595989.2519655, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33999, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest0", "lnk_target": "../../devices/virtual/net/ethtest0", "mode": "0777", "mtime": 1710595989.2519655, "nlink": 1, "path": "/sys/class/net/ethtest0", "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 - 'ethtest0'] *********************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.196) 0:00:07.648 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set type=veth and interface=ethtest1] ************************************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:24 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.019) 0:00:07.667 ******** ok: [sut] => { "ansible_facts": { "interface": "ethtest1", "type": "veth" }, "changed": false } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:28 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.018) 0:00:07.686 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.037) 0:00:07.723 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.020) 0:00:07.744 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003449", "end": "2024-03-16 13:33:10.528273", "rc": 0, "start": "2024-03-16 13:33:10.524824" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.198) 0:00:07.942 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.018) 0:00:07.961 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:30 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.018) 0:00:07.979 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.035) 0:00:08.014 ******** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.020) 0:00:08.034 ******** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.019) 0:00:08.054 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.024) 0:00:08.078 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.020) 0:00:08.099 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003583", "end": "2024-03-16 13:33:10.902264", "rc": 0, "start": "2024-03-16 13:33:10.898681" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.217) 0:00:08.316 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.020) 0:00:08.337 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:33:10 +0000 (0:00:00.021) 0:00:08.358 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface ethtest1] ****************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:33:13 +0000 (0:00:02.664) 0:00:11.023 ******** ok: [sut] => (item=ip link add ethtest1 type veth peer name peerethtest1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest1", "type", "veth", "peer", "name", "peerethtest1" ], "delta": "0:00:00.005777", "end": "2024-03-16 13:33:13.810495", "item": "ip link add ethtest1 type veth peer name peerethtest1", "rc": 0, "start": "2024-03-16 13:33:13.804718" } ok: [sut] => (item=ip link set peerethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest1", "up" ], "delta": "0:00:00.003843", "end": "2024-03-16 13:33:14.035640", "item": "ip link set peerethtest1 up", "rc": 0, "start": "2024-03-16 13:33:14.031797" } ok: [sut] => (item=ip link set ethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest1", "up" ], "delta": "0:00:00.004406", "end": "2024-03-16 13:33:14.217108", "item": "ip link set ethtest1 up", "rc": 0, "start": "2024-03-16 13:33:14.212702" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.609) 0:00:11.632 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest1", "managed", "true" ], "delta": "0:00:00.023576", "end": "2024-03-16 13:33:14.433169", "rc": 0, "start": "2024-03-16 13:33:14.409593" } TASK [Delete veth interface ethtest1] ****************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.215) 0:00:11.848 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest1] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.017) 0:00:11.865 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest1] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.017) 0:00:11.883 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest1] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.017) 0:00:11.901 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest1] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.017) 0:00:11.918 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:34 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.017) 0:00:11.935 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.034) 0:00:11.970 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest1] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.019) 0:00:11.989 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710595993.8081865, "block_size": 4096, "blocks": 0, "ctime": 1710595993.8081865, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34585, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest1", "lnk_target": "../../devices/virtual/net/ethtest1", "mode": "0777", "mtime": 1710595993.8081865, "nlink": 1, "path": "/sys/class/net/ethtest1", "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 - 'ethtest1'] *********************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.194) 0:00:12.184 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.020) 0:00:12.204 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.028) 0:00:12.232 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.026) 0:00:12.258 ******** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.028) 0:00:12.286 ******** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:33:14 +0000 (0:00:00.026) 0:00:12.313 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:33:16 +0000 (0:00:01.615) 0:00:13.929 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:33:18 +0000 (0:00:01.524) 0:00:15.453 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.034) 0:00:15.487 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.032) 0:00:15.520 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.053) 0:00:15.573 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.037) 0:00:15.611 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.035) 0:00:15.646 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.034) 0:00:15.680 ******** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:33:18 +0000 (0:00:00.053) 0:00:15.734 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: nispor-1.2.10-1.el8.x86_64", "Installed: python3-varlink-29.0.0-1.el8.noarch", "Installed: nmstate-1.4.5-2.el8.x86_64", "Installed: NetworkManager-config-server-1:1.40.16-15.el8.noarch", "Installed: python3-libnmstate-1.4.5-2.el8.noarch", "Installed: python3-nispor-1.2.10-1.el8.noarch" ] } lsrpackages: NetworkManager nmstate TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:33:23 +0000 (0:00:04.728) 0:00:20.462 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'Fedora' and ansible_distribution_major_version | int > 34 or ansible_distribution != 'Fedora' and ansible_distribution_major_version | int > 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:33:23 +0000 (0:00:00.037) 0:00:20.499 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:33:23 +0000 (0:00:00.035) 0:00:20.534 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:33:23 +0000 (0:00:00.543) 0:00:21.078 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:33:23 +0000 (0:00:00.037) 0:00:21.116 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:33:23 +0000 (0:00:00.029) 0:00:21.145 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:33:23 +0000 (0:00:00.030) 0:00:21.175 ******** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:33:24 +0000 (0:00:00.471) 0:00:21.647 ******** changed: [sut] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "02:f6:4c:17:ba:a5", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f6:4cff:fe17:baa5", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F6:4C:17:BA:A5", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::409a:34ff:fe3e:be25", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "42:9A:34:3E:BE:25", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::913f:1a9:2b83:fb8d", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "76:42:A1:4E:38:A3", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::94be:28ff:fe19:60f3", "prefix-length": 64 } ], "enabled": true }, "mac-address": "96:BE:28:19:60:F3", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::acde:5ff:fe68:dfb4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "AE:DE:05:68:DF:B4", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:33:26 +0000 (0:00:01.806) 0:00:23.453 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:33:26 +0000 (0:00:00.056) 0:00:23.509 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:33:26 +0000 (0:00:00.035) 0:00:23.545 ******** ok: [sut] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "02:f6:4c:17:ba:a5", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f6:4cff:fe17:baa5", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F6:4C:17:BA:A5", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::409a:34ff:fe3e:be25", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "42:9A:34:3E:BE:25", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::913f:1a9:2b83:fb8d", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "76:42:A1:4E:38:A3", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::94be:28ff:fe19:60f3", "prefix-length": 64 } ], "enabled": true }, "mac-address": "96:BE:28:19:60:F3", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::acde:5ff:fe68:dfb4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "AE:DE:05:68:DF:B4", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:33:26 +0000 (0:00:00.040) 0:00:23.586 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get the ethtest0 state configuration] ************************************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:75 Saturday 16 March 2024 13:33:26 +0000 (0:00:00.391) 0:00:23.977 ******** ok: [sut] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest0" ], "delta": "0:00:00.467947", "end": "2024-03-16 13:33:27.225833", "rc": 0, "start": "2024-03-16 13:33:26.757886" } STDOUT: --- dns-resolver: config: {} running: search: - us-east-1.aws.redhat.com server: - 10.29.169.13 - 10.29.170.12 - 10.2.32.1 route-rules: config: [] routes: config: [] running: - destination: 2001:db8::/64 metric: 101 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 101 next-hop-address: 0.0.0.0 next-hop-interface: ethtest0 table-id: 254 interfaces: - name: ethtest0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.250 prefix-length: 24 dhcp: false ipv6: enabled: true address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::409a:34ff:fe3e:be25 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: 42:9A:34:3E:BE:25 mtu: 1500 veth: peer: peerethtest0 wait-ip: any STDERR: 2024-03-16 13:33:27,166 root DEBUG NetworkManager version 1.40.16 2024-03-16 13:33:27,168 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2024-03-16 13:33:27,168 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2024-03-16 13:33:27,168 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2024-03-16 13:33:27,170 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2024-03-16 13:33:27,171 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2024-03-16 13:33:27,171 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2024-03-16 13:33:27,173 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2024-03-16 13:33:27,173 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2024-03-16 13:33:27,174 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Get the ethtest1 state configuration] ************************************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:81 Saturday 16 March 2024 13:33:27 +0000 (0:00:00.676) 0:00:24.653 ******** ok: [sut] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest1" ], "delta": "0:00:00.463463", "end": "2024-03-16 13:33:27.894819", "rc": 0, "start": "2024-03-16 13:33:27.431356" } STDOUT: --- dns-resolver: config: {} running: search: - us-east-1.aws.redhat.com server: - 10.29.169.13 - 10.29.170.12 - 10.2.32.1 route-rules: config: [] routes: config: [] running: - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest1 table-id: 254 - destination: 192.168.122.0/24 metric: 102 next-hop-address: 0.0.0.0 next-hop-interface: ethtest1 table-id: 254 interfaces: - name: ethtest1 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.88 prefix-length: 24 dhcp: false ipv6: enabled: true addr-gen-mode: stable-privacy address: - ip: fe80::913f:1a9:2b83:fb8d prefix-length: 64 auto-dns: false auto-gateway: true auto-route-table-id: 0 auto-routes: true autoconf: true dhcp: true lldp: enabled: false mac-address: 76:42:A1:4E:38:A3 mtu: 1500 veth: peer: peerethtest1 wait-ip: any STDERR: 2024-03-16 13:33:27,835 root DEBUG NetworkManager version 1.40.16 2024-03-16 13:33:27,837 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2024-03-16 13:33:27,837 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2024-03-16 13:33:27,837 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2024-03-16 13:33:27,839 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2024-03-16 13:33:27,840 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2024-03-16 13:33:27,840 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2024-03-16 13:33:27,842 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2024-03-16 13:33:27,842 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2024-03-16 13:33:27,843 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Assert that the ethtest0 state configuration contains the specified settings] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:87 Saturday 16 March 2024 13:33:27 +0000 (0:00:00.666) 0:00:25.320 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ethtest1 state configuration contains the specified settings] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:94 Saturday 16 March 2024 13:33:27 +0000 (0:00:00.031) 0:00:25.351 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:33:27 +0000 (0:00:00.033) 0:00:25.384 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:33:28 +0000 (0:00:00.045) 0:00:25.430 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:33:28 +0000 (0:00:00.037) 0:00:25.468 ******** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:33:28 +0000 (0:00:00.034) 0:00:25.502 ******** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:33:28 +0000 (0:00:00.055) 0:00:25.558 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:33:29 +0000 (0:00:01.561) 0:00:27.119 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:33:31 +0000 (0:00:01.345) 0:00:28.464 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:33:31 +0000 (0:00:00.049) 0:00:28.514 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:33:31 +0000 (0:00:00.104) 0:00:28.618 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:33:31 +0000 (0:00:00.052) 0:00:28.670 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:33:31 +0000 (0:00:00.042) 0:00:28.713 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:33:31 +0000 (0:00:00.038) 0:00:28.752 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:33:31 +0000 (0:00:00.036) 0:00:28.788 ******** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:33:31 +0000 (0:00:00.058) 0:00:28.846 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: NetworkManager nmstate TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:33:34 +0000 (0:00:02.670) 0:00:31.516 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'Fedora' and ansible_distribution_major_version | int > 34 or ansible_distribution != 'Fedora' and ansible_distribution_major_version | int > 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:33:34 +0000 (0:00:00.034) 0:00:31.551 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:33:34 +0000 (0:00:00.034) 0:00:31.586 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:33:34 +0000 (0:00:00.372) 0:00:31.958 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:33:34 +0000 (0:00:00.035) 0:00:31.993 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:33:34 +0000 (0:00:00.031) 0:00:32.024 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:33:34 +0000 (0:00:00.030) 0:00:32.055 ******** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:33:35 +0000 (0:00:00.353) 0:00:32.408 ******** changed: [sut] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "02:f6:4c:17:ba:a5", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f6:4cff:fe17:baa5", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F6:4C:17:BA:A5", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::409a:34ff:fe3e:be25", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "42:9A:34:3E:BE:25", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::913f:1a9:2b83:fb8d", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "76:42:A1:4E:38:A3", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::94be:28ff:fe19:60f3", "prefix-length": 64 } ], "enabled": true }, "mac-address": "96:BE:28:19:60:F3", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::acde:5ff:fe68:dfb4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "AE:DE:05:68:DF:B4", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:33:35 +0000 (0:00:00.630) 0:00:33.039 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:33:35 +0000 (0:00:00.033) 0:00:33.072 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:33:35 +0000 (0:00:00.038) 0:00:33.111 ******** ok: [sut] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "02:f6:4c:17:ba:a5", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f6:4cff:fe17:baa5", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F6:4C:17:BA:A5", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::409a:34ff:fe3e:be25", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "42:9A:34:3E:BE:25", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::913f:1a9:2b83:fb8d", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "76:42:A1:4E:38:A3", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::94be:28ff:fe19:60f3", "prefix-length": 64 } ], "enabled": true }, "mac-address": "96:BE:28:19:60:F3", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::acde:5ff:fe68:dfb4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "AE:DE:05:68:DF:B4", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:33:35 +0000 (0:00:00.125) 0:00:33.236 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get the route configuration] ********************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:113 Saturday 16 March 2024 13:33:36 +0000 (0:00:00.246) 0:00:33.483 ******** ok: [sut] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.481364", "end": "2024-03-16 13:33:36.831714", "rc": 0, "start": "2024-03-16 13:33:36.350350" } STDOUT: --- dns-resolver: config: {} running: search: - us-east-1.aws.redhat.com server: - 10.29.169.13 - 10.29.170.12 - 10.2.32.1 route-rules: config: [] routes: config: - destination: 192.0.2.100/30 metric: 150 next-hop-address: 192.168.122.250 next-hop-interface: ethtest0 table-id: 254 running: - destination: 2001:db8::/64 metric: 101 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: fe80::/64 metric: 256 next-hop-address: '::' next-hop-interface: eth0 table-id: 254 - destination: fe80::/64 metric: 256 next-hop-address: '::' next-hop-interface: peerethtest0 table-id: 254 - destination: fe80::/64 metric: 256 next-hop-address: '::' next-hop-interface: peerethtest1 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest1 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: 0.0.0.0/0 metric: 100 next-hop-address: 10.31.44.1 next-hop-interface: eth0 table-id: 254 - destination: 10.31.44.0/22 metric: 100 next-hop-address: 0.0.0.0 next-hop-interface: eth0 table-id: 254 - destination: 192.0.2.100/30 metric: 150 next-hop-address: 192.168.122.250 next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 101 next-hop-address: 0.0.0.0 next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 102 next-hop-address: 0.0.0.0 next-hop-interface: ethtest1 table-id: 254 interfaces: - name: eth0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: rx-gro: true tx-generic-segmentation: true tx-tcp-segmentation: true ipv4: enabled: true address: - ip: 10.31.47.42 prefix-length: 22 auto-dns: true auto-gateway: true auto-route-table-id: 0 auto-routes: true dhcp: true ipv6: enabled: true address: - ip: fe80::f6:4cff:fe17:baa5 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: 02:F6:4C:17:BA:A5 mtu: 9001 wait-ip: any - name: ethtest0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.250 prefix-length: 24 dhcp: false ipv6: enabled: true address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::409a:34ff:fe3e:be25 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: 42:9A:34:3E:BE:25 mtu: 1500 veth: peer: peerethtest0 wait-ip: any - name: ethtest1 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.88 prefix-length: 24 dhcp: false ipv6: enabled: true addr-gen-mode: stable-privacy address: - ip: fe80::913f:1a9:2b83:fb8d prefix-length: 64 auto-dns: false auto-gateway: true auto-route-table-id: 0 auto-routes: true autoconf: true dhcp: true lldp: enabled: false mac-address: 76:42:A1:4E:38:A3 mtu: 1500 veth: peer: peerethtest1 wait-ip: any - name: lo type: unknown state: up accept-all-mac-addresses: false ethtool: feature: rx-gro: true tx-generic-segmentation: true tx-tcp-segmentation: true ipv4: enabled: true address: - ip: 127.0.0.1 prefix-length: 8 ipv6: enabled: true address: - ip: ::1 prefix-length: 128 mac-address: 00:00:00:00:00:00 mtu: 65536 - name: peerethtest0 type: veth state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::94be:28ff:fe19:60f3 prefix-length: 64 mac-address: 96:BE:28:19:60:F3 mtu: 1500 veth: peer: ethtest0 - name: peerethtest1 type: veth state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::acde:5ff:fe68:dfb4 prefix-length: 64 mac-address: AE:DE:05:68:DF:B4 mtu: 1500 veth: peer: ethtest1 STDERR: 2024-03-16 13:33:36,759 root DEBUG NetworkManager version 1.40.16 2024-03-16 13:33:36,761 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2024-03-16 13:33:36,761 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2024-03-16 13:33:36,761 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2024-03-16 13:33:36,763 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2024-03-16 13:33:36,764 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2024-03-16 13:33:36,764 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2024-03-16 13:33:36,766 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2024-03-16 13:33:36,767 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2024-03-16 13:33:36,767 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Assert that the route configuration contains the specified route] ******** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:119 Saturday 16 March 2024 13:33:36 +0000 (0:00:00.777) 0:00:34.260 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:33:36 +0000 (0:00:00.056) 0:00:34.317 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:33:37 +0000 (0:00:00.098) 0:00:34.416 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:33:37 +0000 (0:00:00.042) 0:00:34.459 ******** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:33:37 +0000 (0:00:00.048) 0:00:34.508 ******** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:33:37 +0000 (0:00:00.047) 0:00:34.555 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:33:38 +0000 (0:00:01.555) 0:00:36.111 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:33:40 +0000 (0:00:01.382) 0:00:37.494 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:33:40 +0000 (0:00:00.033) 0:00:37.527 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:33:40 +0000 (0:00:00.031) 0:00:37.559 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:33:40 +0000 (0:00:00.059) 0:00:37.618 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:33:40 +0000 (0:00:00.034) 0:00:37.653 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:33:40 +0000 (0:00:00.031) 0:00:37.684 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:33:40 +0000 (0:00:00.035) 0:00:37.720 ******** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:33:40 +0000 (0:00:00.065) 0:00:37.786 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: NetworkManager nmstate TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:33:42 +0000 (0:00:02.584) 0:00:40.370 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'Fedora' and ansible_distribution_major_version | int > 34 or ansible_distribution != 'Fedora' and ansible_distribution_major_version | int > 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:33:43 +0000 (0:00:00.034) 0:00:40.405 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:33:43 +0000 (0:00:00.036) 0:00:40.442 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:33:43 +0000 (0:00:00.391) 0:00:40.834 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:33:43 +0000 (0:00:00.035) 0:00:40.869 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:33:43 +0000 (0:00:00.032) 0:00:40.902 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:33:43 +0000 (0:00:00.032) 0:00:40.935 ******** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:33:43 +0000 (0:00:00.351) 0:00:41.286 ******** changed: [sut] => { "changed": true, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "interfaces": [ { "_permanent_mac_address": "02:f6:4c:17:ba:a5", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f6:4cff:fe17:baa5", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F6:4C:17:BA:A5", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::409a:34ff:fe3e:be25", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "42:9A:34:3E:BE:25", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::913f:1a9:2b83:fb8d", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "76:42:A1:4E:38:A3", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::94be:28ff:fe19:60f3", "prefix-length": 64 } ], "enabled": true }, "mac-address": "96:BE:28:19:60:F3", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::acde:5ff:fe68:dfb4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "AE:DE:05:68:DF:B4", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:33:44 +0000 (0:00:00.624) 0:00:41.911 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:33:44 +0000 (0:00:00.033) 0:00:41.945 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:33:44 +0000 (0:00:00.034) 0:00:41.979 ******** ok: [sut] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "interfaces": [ { "_permanent_mac_address": "02:f6:4c:17:ba:a5", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f6:4cff:fe17:baa5", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F6:4C:17:BA:A5", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::409a:34ff:fe3e:be25", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "42:9A:34:3E:BE:25", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::913f:1a9:2b83:fb8d", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "76:42:A1:4E:38:A3", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::94be:28ff:fe19:60f3", "prefix-length": 64 } ], "enabled": true }, "mac-address": "96:BE:28:19:60:F3", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::acde:5ff:fe68:dfb4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "AE:DE:05:68:DF:B4", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:33:44 +0000 (0:00:00.040) 0:00:42.020 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get the DNS configuration from nmstatectl] ******************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:142 Saturday 16 March 2024 13:33:44 +0000 (0:00:00.243) 0:00:42.264 ******** ok: [sut] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.475179", "end": "2024-03-16 13:33:45.519908", "rc": 0, "start": "2024-03-16 13:33:45.044729" } STDOUT: --- dns-resolver: config: search: - example.com - example.org server: - 2001:4860:4860::8888 running: search: - example.com - example.org server: - 2001:4860:4860::8888 route-rules: config: [] routes: config: - destination: 192.0.2.100/30 metric: 150 next-hop-address: 192.168.122.250 next-hop-interface: ethtest0 table-id: 254 running: - destination: 2001:db8::/64 metric: 101 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: fe80::/64 metric: 256 next-hop-address: '::' next-hop-interface: eth0 table-id: 254 - destination: fe80::/64 metric: 256 next-hop-address: '::' next-hop-interface: peerethtest0 table-id: 254 - destination: fe80::/64 metric: 256 next-hop-address: '::' next-hop-interface: peerethtest1 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest1 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: 0.0.0.0/0 metric: 100 next-hop-address: 10.31.44.1 next-hop-interface: eth0 table-id: 254 - destination: 10.31.44.0/22 metric: 100 next-hop-address: 0.0.0.0 next-hop-interface: eth0 table-id: 254 - destination: 192.0.2.100/30 metric: 150 next-hop-address: 192.168.122.250 next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 101 next-hop-address: 0.0.0.0 next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 102 next-hop-address: 0.0.0.0 next-hop-interface: ethtest1 table-id: 254 interfaces: - name: eth0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: rx-gro: true tx-generic-segmentation: true tx-tcp-segmentation: true ipv4: enabled: true address: - ip: 10.31.47.42 prefix-length: 22 auto-dns: true auto-gateway: true auto-route-table-id: 0 auto-routes: true dhcp: true ipv6: enabled: true address: - ip: fe80::f6:4cff:fe17:baa5 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: 02:F6:4C:17:BA:A5 mtu: 9001 wait-ip: any - name: ethtest0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.250 prefix-length: 24 dhcp: false ipv6: enabled: true address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::409a:34ff:fe3e:be25 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: 42:9A:34:3E:BE:25 mtu: 1500 veth: peer: peerethtest0 wait-ip: any - name: ethtest1 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.88 prefix-length: 24 dhcp: false ipv6: enabled: true addr-gen-mode: stable-privacy address: - ip: fe80::913f:1a9:2b83:fb8d prefix-length: 64 auto-dns: false auto-gateway: true auto-route-table-id: 0 auto-routes: true autoconf: true dhcp: true lldp: enabled: false mac-address: 76:42:A1:4E:38:A3 mtu: 1500 veth: peer: peerethtest1 wait-ip: any - name: lo type: unknown state: up accept-all-mac-addresses: false ethtool: feature: rx-gro: true tx-generic-segmentation: true tx-tcp-segmentation: true ipv4: enabled: true address: - ip: 127.0.0.1 prefix-length: 8 ipv6: enabled: true address: - ip: ::1 prefix-length: 128 mac-address: 00:00:00:00:00:00 mtu: 65536 - name: peerethtest0 type: veth state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::94be:28ff:fe19:60f3 prefix-length: 64 mac-address: 96:BE:28:19:60:F3 mtu: 1500 veth: peer: ethtest0 - name: peerethtest1 type: veth state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::acde:5ff:fe68:dfb4 prefix-length: 64 mac-address: AE:DE:05:68:DF:B4 mtu: 1500 veth: peer: ethtest1 STDERR: 2024-03-16 13:33:45,449 root DEBUG NetworkManager version 1.40.16 2024-03-16 13:33:45,450 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2024-03-16 13:33:45,451 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2024-03-16 13:33:45,451 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2024-03-16 13:33:45,452 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2024-03-16 13:33:45,453 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2024-03-16 13:33:45,454 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2024-03-16 13:33:45,456 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2024-03-16 13:33:45,456 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2024-03-16 13:33:45,456 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Get the DNS configuration from the file `/run/NetworkManager/no-stub-resolv.conf`] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:148 Saturday 16 March 2024 13:33:45 +0000 (0:00:00.682) 0:00:42.946 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/run/NetworkManager/no-stub-resolv.conf" ], "delta": "0:00:00.002889", "end": "2024-03-16 13:33:45.727397", "rc": 0, "start": "2024-03-16 13:33:45.724508" } STDOUT: # Generated by NetworkManager search example.com example.org testing-farm nameserver 2001:4860:4860::8888 TASK [Assert that the nmstatectl contains the specified DNS configuration] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:153 Saturday 16 March 2024 13:33:45 +0000 (0:00:00.204) 0:00:43.151 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the file `/run/NetworkManager/no-stub-resolv.conf` contains the specified DNS configuration] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:161 Saturday 16 March 2024 13:33:45 +0000 (0:00:00.033) 0:00:43.184 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:33:45 +0000 (0:00:00.033) 0:00:43.218 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:33:45 +0000 (0:00:00.044) 0:00:43.263 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:33:45 +0000 (0:00:00.037) 0:00:43.300 ******** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:33:45 +0000 (0:00:00.033) 0:00:43.334 ******** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:33:45 +0000 (0:00:00.033) 0:00:43.367 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:33:47 +0000 (0:00:01.529) 0:00:44.897 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:33:48 +0000 (0:00:01.327) 0:00:46.225 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:33:48 +0000 (0:00:00.031) 0:00:46.256 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:33:48 +0000 (0:00:00.059) 0:00:46.316 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:33:48 +0000 (0:00:00.033) 0:00:46.349 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:33:48 +0000 (0:00:00.036) 0:00:46.385 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:33:49 +0000 (0:00:00.030) 0:00:46.416 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:33:49 +0000 (0:00:00.034) 0:00:46.450 ******** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:33:49 +0000 (0:00:00.054) 0:00:46.505 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: NetworkManager nmstate TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:33:51 +0000 (0:00:02.698) 0:00:49.203 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'Fedora' and ansible_distribution_major_version | int > 34 or ansible_distribution != 'Fedora' and ansible_distribution_major_version | int > 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:33:51 +0000 (0:00:00.033) 0:00:49.237 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:33:51 +0000 (0:00:00.034) 0:00:49.271 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:33:52 +0000 (0:00:00.374) 0:00:49.646 ******** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:33:52 +0000 (0:00:00.034) 0:00:49.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 [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:33:52 +0000 (0:00:00.030) 0:00:49.711 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:33:52 +0000 (0:00:00.029) 0:00:49.741 ******** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:33:52 +0000 (0:00:00.338) 0:00:50.079 ******** changed: [sut] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "02:f6:4c:17:ba:a5", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f6:4cff:fe17:baa5", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F6:4C:17:BA:A5", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::409a:34ff:fe3e:be25", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "42:9A:34:3E:BE:25", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::913f:1a9:2b83:fb8d", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "76:42:A1:4E:38:A3", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::94be:28ff:fe19:60f3", "prefix-length": 64 } ], "enabled": true }, "mac-address": "96:BE:28:19:60:F3", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::acde:5ff:fe68:dfb4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "AE:DE:05:68:DF:B4", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:33:53 +0000 (0:00:00.626) 0:00:50.706 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:33:53 +0000 (0:00:00.036) 0:00:50.742 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:33:53 +0000 (0:00:00.032) 0:00:50.775 ******** ok: [sut] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "02:f6:4c:17:ba:a5", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f6:4cff:fe17:baa5", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F6:4C:17:BA:A5", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::409a:34ff:fe3e:be25", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "42:9A:34:3E:BE:25", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::913f:1a9:2b83:fb8d", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "76:42:A1:4E:38:A3", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::94be:28ff:fe19:60f3", "prefix-length": 64 } ], "enabled": true }, "mac-address": "96:BE:28:19:60:F3", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::acde:5ff:fe68:dfb4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "AE:DE:05:68:DF:B4", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:33:53 +0000 (0:00:00.070) 0:00:50.846 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:177 Saturday 16 March 2024 13:33:53 +0000 (0:00:00.212) 0:00:51.059 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/delete_interface.yml:3 Saturday 16 March 2024 13:33:53 +0000 (0:00:00.057) 0:00:51.116 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest1" ], "delta": "0:00:00.008699", "end": "2024-03-16 13:33:53.905133", "rc": 0, "start": "2024-03-16 13:33:53.896434" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:179 Saturday 16 March 2024 13:33:53 +0000 (0:00:00.218) 0:00:51.335 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:33:53 +0000 (0:00:00.056) 0:00:51.392 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest1] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:33:54 +0000 (0:00:00.043) 0:00:51.435 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest1'] ************************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:33:54 +0000 (0:00:00.211) 0:00:51.646 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set interface=ethtest0] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:181 Saturday 16 March 2024 13:33:54 +0000 (0:00:00.031) 0:00:51.678 ******** ok: [sut] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:185 Saturday 16 March 2024 13:33:54 +0000 (0:00:00.029) 0:00:51.708 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/delete_interface.yml:3 Saturday 16 March 2024 13:33:54 +0000 (0:00:00.056) 0:00:51.764 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.014824", "end": "2024-03-16 13:33:54.559214", "rc": 0, "start": "2024-03-16 13:33:54.544390" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:187 Saturday 16 March 2024 13:33:54 +0000 (0:00:00.222) 0:00:51.987 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:33:54 +0000 (0:00:00.084) 0:00:52.071 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:33:54 +0000 (0:00:00.039) 0:00:52.110 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest0'] ************************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:33:54 +0000 (0:00:00.204) 0:00:52.314 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:189 Saturday 16 March 2024 13:33:54 +0000 (0:00:00.033) 0:00:52.348 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 16 March 2024 13:33:55 +0000 (0:00:00.057) 0:00:52.406 ******** 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.009004", "end": "2024-03-16 13:33:55.193828", "rc": 0, "start": "2024-03-16 13:33:55.184824" } 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:f6:4c:17:ba:a5 brd ff:ff:ff:ff:ff:ff inet 10.31.47.42/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 3028sec preferred_lft 3028sec inet6 fe80::f6:4cff:fe17:baa5/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.42 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.42 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-ci9eb83h2m/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 16 March 2024 13:33:55 +0000 (0:00:00.210) 0:00:52.617 ******** 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.130763", "end": "2024-03-16 13:33:55.531010", "rc": 0, "start": "2024-03-16 13:33:55.400247" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600: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 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 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 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 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 11296 0 --:--:-- --:--:-- --:--:-- 11296 % 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 3683 0 --:--:-- --:--:-- --:--:-- 3683 PLAY RECAP ********************************************************************* sut : ok=122 changed=5 unreachable=0 failed=0 skipped=74 rescued=0 ignored=0 Saturday 16 March 2024 13:33:55 +0000 (0:00:00.369) 0:00:52.986 ******** =============================================================================== fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 4.73s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Install iproute --------------------------------------------------------- 2.94s /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.70s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.67s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.58s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 fedora.linux_system_roles.network : Configure networking state ---------- 1.81s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 fedora.linux_system_roles.network : Check which services are running ---- 1.62s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.53s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.52s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.38s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.35s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.33s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.85s /WORKDIR/git-weekly-ci9eb83h2m/tests/tests_network_state_nm.yml:6 ------------- Get the route configuration --------------------------------------------- 0.78s /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:113 ---- Get the DNS configuration from nmstatectl ------------------------------- 0.68s /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:142 ---- Get the ethtest0 state configuration ------------------------------------ 0.68s /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:75 ----- Get the ethtest1 state configuration ------------------------------------ 0.67s /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_network_state.yml:81 ----- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---