# 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-civvn5q1ms/.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_auto_gateway_initscripts.yml *********************************** 2 plays in /WORKDIR/git-weekly-civvn5q1ms/tests/tests_auto_gateway_initscripts.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tests_auto_gateway_initscripts.yml:4 Saturday 25 November 2023 13:33:02 +0000 (0:00:00.021) 0:00:00.021 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tests_auto_gateway_initscripts.yml:8 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.918) 0:00:00.939 ***** included: /WORKDIR/git-weekly-civvn5q1ms/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-civvn5q1ms/tests/tasks/el_repo_setup.yml:3 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.022) 0:00:00.962 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/el_repo_setup.yml:20 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.381) 0:00:01.343 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set package manager to use for ostree] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/el_repo_setup.yml:25 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.304) 0:00:01.648 ***** skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/el_repo_setup.yml:32 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.029) 0:00:01.678 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/el_repo_setup.yml:57 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.014) 0:00:01.692 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:8 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.021) 0:00:01.714 ***** changed: [sut] => { "attempts": 1, "changed": true, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": "0:00:00.538638", "end": "2023-11-25 13:33:04.814513", "rc": 0, "start": "2023-11-25 13:33:04.275875" } STDOUT: Retrieving https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm Verifying packages... Preparing packages... epel-release-8-19.el8.noarch Many EPEL packages require the CodeReady Builder (CRB) repository. It is recommended that you run /usr/bin/crb enable to enable the CRB repository. TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:24 Saturday 25 November 2023 13:33:04 +0000 (0:00:00.860) 0:00:02.574 ***** 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-civvn5q1ms/tests/tasks/enable_epel.yml:30 Saturday 25 November 2023 13:33:04 +0000 (0:00:00.014) 0:00:02.588 ***** 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-civvn5q1ms/tests/tasks/enable_epel.yml:35 Saturday 25 November 2023 13:33:04 +0000 (0:00:00.013) 0:00:02.602 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.379663", "end": "2023-11-25 13:33:05.428207", "rc": 0, "start": "2023-11-25 13:33:05.048544" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:40 Saturday 25 November 2023 13:33:05 +0000 (0:00:00.584) 0:00:03.186 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tests_auto_gateway_initscripts.yml:10 Saturday 25 November 2023 13:33:05 +0000 (0:00:00.014) 0:00:03.201 ***** ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:3 Saturday 25 November 2023 13:33:05 +0000 (0:00:00.044) 0:00:03.245 ***** ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:9 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.696) 0:00:03.942 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.068) 0:00:04.011 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.037) 0:00:04.048 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003683", "end": "2023-11-25 13:33:06.535223", "rc": 0, "start": "2023-11-25 13:33:06.531540" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.241) 0:00:04.290 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.025) 0:00:04.316 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:11 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.028) 0:00:04.344 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.061) 0:00:04.406 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.026) 0:00:04.432 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.029) 0:00:04.462 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.036) 0:00:04.499 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.049) 0:00:04.549 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003585", "end": "2023-11-25 13:33:07.014744", "rc": 0, "start": "2023-11-25 13:33:07.011159" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:33:07 +0000 (0:00:00.218) 0:00:04.767 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:33:07 +0000 (0:00:00.043) 0:00:04.811 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:33:07 +0000 (0:00:00.034) 0:00:04.845 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:33:15 +0000 (0:00:08.018) 0:00:12.863 ***** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.040759", "end": "2023-11-25 13:33:15.366537", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-11-25 13:33:15.325778" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.007313", "end": "2023-11-25 13:33:15.607462", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-11-25 13:33:15.600149" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.007613", "end": "2023-11-25 13:33:15.800773", "item": "ip link set veth0 up", "rc": 0, "start": "2023-11-25 13:33:15.793160" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:33:15 +0000 (0:00:00.695) 0:00:13.559 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.143654", "end": "2023-11-25 13:33:16.197072", "rc": 0, "start": "2023-11-25 13:33:16.053418" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.392) 0:00:13.952 ***** 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 veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.025) 0:00:13.977 ***** 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 veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.024) 0:00:14.002 ***** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.022) 0:00:14.024 ***** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.023) 0:00:14.048 ***** 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-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:15 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.022) 0:00:14.070 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.058) 0:00:14.129 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.036) 0:00:14.165 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919195.3643422, "block_size": 4096, "blocks": 0, "ctime": 1700919195.3643422, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21979, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1700919195.3643422, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.205) 0:00:14.371 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:17 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.025) 0:00:14.396 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.029) 0:00:14.426 ***** included: /WORKDIR/git-weekly-civvn5q1ms/.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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.043) 0:00:14.470 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:15 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.031) 0:00:14.501 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set package manager to use for ostree] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:20 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.210) 0:00:14.711 ***** skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Saturday 25 November 2023 13:33:17 +0000 (0:00:00.030) 0:00:14.741 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Saturday 25 November 2023 13:33:18 +0000 (0:00:01.779) 0:00:16.521 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 November 2023 13:33:20 +0000 (0:00:01.664) 0:00:18.186 ***** ok: [sut] => {} MSG: Using network provider: initscripts 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 November 2023 13:33:20 +0000 (0:00:00.083) 0:00:18.269 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 November 2023 13:33:20 +0000 (0:00:00.055) 0:00:18.325 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 25 November 2023 13:33:20 +0000 (0:00:00.057) 0:00:18.382 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: network-scripts-10.00.18-1.el8.x86_64", "Installed: network-scripts-team-1.31-4.el8.x86_64" ] } lsrpackages: dhcp-client network-scripts TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 25 November 2023 13:33:23 +0000 (0:00:03.039) 0:00:21.421 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 25 November 2023 13:33:23 +0000 (0:00:00.092) 0:00:21.514 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 25 November 2023 13:33:23 +0000 (0:00:00.044) 0:00:21.559 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 25 November 2023 13:33:23 +0000 (0:00:00.055) 0:00:21.614 ***** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 25 November 2023 13:33:23 +0000 (0:00:00.050) 0:00:21.665 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 25 November 2023 13:33:23 +0000 (0:00:00.049) 0:00:21.714 ***** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 25 November 2023 13:33:25 +0000 (0:00:01.031) 0:00:22.745 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2402w81_zee2/tmplc1cupi9" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 25 November 2023 13:33:25 +0000 (0:00:00.362) 0:00:23.108 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 25 November 2023 13:33:32 +0000 (0:00:06.770) 0:00:29.879 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 25 November 2023 13:33:32 +0000 (0:00:00.048) 0:00:29.927 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 25 November 2023 13:33:32 +0000 (0:00:00.070) 0:00:29.998 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 November 2023 13:33:32 +0000 (0:00:00.058) 0:00:30.057 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 25 November 2023 13:33:32 +0000 (0:00:00.051) 0:00:30.108 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:42 Saturday 25 November 2023 13:33:32 +0000 (0:00:00.365) 0:00:30.474 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 25 November 2023 13:33:32 +0000 (0:00:00.102) 0:00:30.576 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:33:32 +0000 (0:00:00.116) 0:00:30.693 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919195.3643422, "block_size": 4096, "blocks": 0, "ctime": 1700919195.3643422, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21979, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1700919195.3643422, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 25 November 2023 13:33:33 +0000 (0:00:00.235) 0:00:30.928 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:44 Saturday 25 November 2023 13:33:33 +0000 (0:00:00.053) 0:00:30.981 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 25 November 2023 13:33:33 +0000 (0:00:00.094) 0:00:31.076 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 25 November 2023 13:33:33 +0000 (0:00:00.071) 0:00:31.147 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 25 November 2023 13:33:33 +0000 (0:00:00.049) 0:00:31.197 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919205.8672707, "block_size": 4096, "blocks": 8, "ctime": 1700919205.8462708, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 16798130, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1700919205.8462708, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 25 November 2023 13:33:33 +0000 (0:00:00.234) 0:00:31.432 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 25 November 2023 13:33:33 +0000 (0:00:00.041) 0:00:31.474 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022198", "end": "2023-11-25 13:33:33.954434", "rc": 1, "start": "2023-11-25 13:33:33.932236" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 25 November 2023 13:33:33 +0000 (0:00:00.252) 0:00:31.726 ***** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 25 November 2023 13:33:34 +0000 (0:00:00.056) 0:00:31.782 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003564", "end": "2023-11-25 13:33:34.249575", "rc": 0, "start": "2023-11-25 13:33:34.246011" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 25 November 2023 13:33:34 +0000 (0:00:00.248) 0:00:32.031 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 25 November 2023 13:33:34 +0000 (0:00:00.064) 0:00:32.096 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003519", "end": "2023-11-25 13:33:34.553858", "rc": 0, "start": "2023-11-25 13:33:34.550339" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 25 November 2023 13:33:34 +0000 (0:00:00.223) 0:00:32.319 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 25 November 2023 13:33:34 +0000 (0:00:00.043) 0:00:32.363 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 25 November 2023 13:33:34 +0000 (0:00:00.076) 0:00:32.440 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 25 November 2023 13:33:34 +0000 (0:00:00.040) 0:00:32.480 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:48 Saturday 25 November 2023 13:33:34 +0000 (0:00:00.046) 0:00:32.527 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004042", "end": "2023-11-25 13:33:34.979957", "rc": 0, "start": "2023-11-25 13:33:34.975915" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.14.113 metric 100 default via 203.0.113.1 dev veth0 metric 65535 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.14.113 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:52 Saturday 25 November 2023 13:33:35 +0000 (0:00:00.232) 0:00:32.759 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:58 Saturday 25 November 2023 13:33:35 +0000 (0:00:00.063) 0:00:32.822 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004246", "end": "2023-11-25 13:33:35.289058", "rc": 0, "start": "2023-11-25 13:33:35.284812" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 256 pref medium default via 2001:db8::1 dev veth0 metric 1 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:62 Saturday 25 November 2023 13:33:35 +0000 (0:00:00.240) 0:00:33.063 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:69 Saturday 25 November 2023 13:33:35 +0000 (0:00:00.043) 0:00:33.107 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 November 2023 13:33:35 +0000 (0:00:00.037) 0:00:33.145 ***** included: /WORKDIR/git-weekly-civvn5q1ms/.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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:33:35 +0000 (0:00:00.065) 0:00:33.210 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:15 Saturday 25 November 2023 13:33:35 +0000 (0:00:00.046) 0:00:33.257 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set package manager to use for ostree] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:20 Saturday 25 November 2023 13:33:35 +0000 (0:00:00.248) 0:00:33.505 ***** skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Saturday 25 November 2023 13:33:35 +0000 (0:00:00.063) 0:00:33.569 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Saturday 25 November 2023 13:33:37 +0000 (0:00:01.820) 0:00:35.390 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 November 2023 13:33:39 +0000 (0:00:01.390) 0:00:36.781 ***** ok: [sut] => {} MSG: Using network provider: initscripts 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 November 2023 13:33:39 +0000 (0:00:00.050) 0:00:36.831 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 November 2023 13:33:39 +0000 (0:00:00.042) 0:00:36.873 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 25 November 2023 13:33:39 +0000 (0:00:00.059) 0:00:36.933 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 25 November 2023 13:33:39 +0000 (0:00:00.096) 0:00:37.029 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 25 November 2023 13:33:39 +0000 (0:00:00.036) 0:00:37.066 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 25 November 2023 13:33:39 +0000 (0:00:00.035) 0:00:37.102 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 25 November 2023 13:33:39 +0000 (0:00:00.041) 0:00:37.143 ***** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 25 November 2023 13:33:39 +0000 (0:00:00.044) 0:00:37.188 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 25 November 2023 13:33:39 +0000 (0:00:00.050) 0:00:37.239 ***** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 25 November 2023 13:33:39 +0000 (0:00:00.419) 0:00:37.658 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2402w81_zee2/tmpf1_twny4" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 25 November 2023 13:33:40 +0000 (0:00:00.332) 0:00:37.990 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 25 November 2023 13:33:40 +0000 (0:00:00.496) 0:00:38.487 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 25 November 2023 13:33:40 +0000 (0:00:00.048) 0:00:38.536 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 25 November 2023 13:33:40 +0000 (0:00:00.049) 0:00:38.586 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 November 2023 13:33:40 +0000 (0:00:00.069) 0:00:38.656 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 25 November 2023 13:33:41 +0000 (0:00:00.087) 0:00:38.744 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:81 Saturday 25 November 2023 13:33:41 +0000 (0:00:00.245) 0:00:38.990 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:33:41 +0000 (0:00:00.100) 0:00:39.091 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:33:41 +0000 (0:00:00.053) 0:00:39.144 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:33:41 +0000 (0:00:00.042) 0:00:39.187 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:33:41 +0000 (0:00:00.073) 0:00:39.260 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:33:41 +0000 (0:00:00.066) 0:00:39.327 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003579", "end": "2023-11-25 13:33:41.788448", "rc": 0, "start": "2023-11-25 13:33:41.784869" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:33:41 +0000 (0:00:00.235) 0:00:39.562 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:33:41 +0000 (0:00:00.050) 0:00:39.612 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:33:41 +0000 (0:00:00.043) 0:00:39.656 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:33:43 +0000 (0:00:01.465) 0:00:41.121 ***** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:33:43 +0000 (0:00:00.083) 0:00:41.204 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:33:43 +0000 (0:00:00.035) 0:00:41.240 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.015421", "end": "2023-11-25 13:33:43.711432", "rc": 0, "start": "2023-11-25 13:33:43.696011" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:33:43 +0000 (0:00:00.292) 0:00:41.533 ***** 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 veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:33:43 +0000 (0:00:00.057) 0:00:41.590 ***** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:33:43 +0000 (0:00:00.071) 0:00:41.662 ***** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:33:43 +0000 (0:00:00.062) 0:00:41.725 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:85 Saturday 25 November 2023 13:33:44 +0000 (0:00:00.064) 0:00:41.790 ***** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:89 Saturday 25 November 2023 13:33:44 +0000 (0:00:00.075) 0:00:41.866 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:33:44 +0000 (0:00:00.097) 0:00:41.963 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:33:44 +0000 (0:00:00.049) 0:00:42.012 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:33:44 +0000 (0:00:00.047) 0:00:42.060 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:33:44 +0000 (0:00:00.053) 0:00:42.114 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:33:44 +0000 (0:00:00.057) 0:00:42.172 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003685", "end": "2023-11-25 13:33:44.629431", "rc": 0, "start": "2023-11-25 13:33:44.625746" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:33:44 +0000 (0:00:00.228) 0:00:42.400 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:33:44 +0000 (0:00:00.041) 0:00:42.442 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:33:44 +0000 (0:00:00.083) 0:00:42.526 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:33:46 +0000 (0:00:01.471) 0:00:43.997 ***** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.013437", "end": "2023-11-25 13:33:46.470645", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-11-25 13:33:46.457208" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.007030", "end": "2023-11-25 13:33:46.704168", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-11-25 13:33:46.697138" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.007753", "end": "2023-11-25 13:33:46.897110", "item": "ip link set veth0 up", "rc": 0, "start": "2023-11-25 13:33:46.889357" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:33:46 +0000 (0:00:00.677) 0:00:44.675 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.024600", "end": "2023-11-25 13:33:47.157156", "rc": 0, "start": "2023-11-25 13:33:47.132556" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:33:47 +0000 (0:00:00.284) 0:00:44.959 ***** 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 veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:33:47 +0000 (0:00:00.057) 0:00:45.017 ***** 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 veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:33:47 +0000 (0:00:00.041) 0:00:45.058 ***** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:33:47 +0000 (0:00:00.047) 0:00:45.105 ***** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:33:47 +0000 (0:00:00.037) 0:00:45.143 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 November 2023 13:33:47 +0000 (0:00:00.036) 0:00:45.180 ***** included: /WORKDIR/git-weekly-civvn5q1ms/.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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:33:47 +0000 (0:00:00.068) 0:00:45.248 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:15 Saturday 25 November 2023 13:33:47 +0000 (0:00:00.051) 0:00:45.300 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set package manager to use for ostree] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:20 Saturday 25 November 2023 13:33:47 +0000 (0:00:00.232) 0:00:45.532 ***** skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Saturday 25 November 2023 13:33:47 +0000 (0:00:00.038) 0:00:45.571 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Saturday 25 November 2023 13:33:49 +0000 (0:00:01.739) 0:00:47.310 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 November 2023 13:33:51 +0000 (0:00:01.465) 0:00:48.776 ***** ok: [sut] => {} MSG: Using network provider: initscripts 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 November 2023 13:33:51 +0000 (0:00:00.078) 0:00:48.854 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 November 2023 13:33:51 +0000 (0:00:00.063) 0:00:48.917 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 25 November 2023 13:33:51 +0000 (0:00:00.061) 0:00:48.979 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 25 November 2023 13:33:51 +0000 (0:00:00.094) 0:00:49.073 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 25 November 2023 13:33:51 +0000 (0:00:00.060) 0:00:49.134 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 25 November 2023 13:33:51 +0000 (0:00:00.044) 0:00:49.179 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 25 November 2023 13:33:51 +0000 (0:00:00.047) 0:00:49.226 ***** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 25 November 2023 13:33:51 +0000 (0:00:00.056) 0:00:49.283 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 25 November 2023 13:33:51 +0000 (0:00:00.050) 0:00:49.333 ***** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 25 November 2023 13:33:52 +0000 (0:00:00.431) 0:00:49.765 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2402w81_zee2/tmp6fo0xme_" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 25 November 2023 13:33:52 +0000 (0:00:00.367) 0:00:50.133 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 25 November 2023 13:33:59 +0000 (0:00:06.663) 0:00:56.796 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 25 November 2023 13:33:59 +0000 (0:00:00.079) 0:00:56.876 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 25 November 2023 13:33:59 +0000 (0:00:00.060) 0:00:56.936 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 November 2023 13:33:59 +0000 (0:00:00.050) 0:00:56.986 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 25 November 2023 13:33:59 +0000 (0:00:00.170) 0:00:57.157 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:110 Saturday 25 November 2023 13:33:59 +0000 (0:00:00.249) 0:00:57.407 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 25 November 2023 13:33:59 +0000 (0:00:00.122) 0:00:57.529 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:33:59 +0000 (0:00:00.072) 0:00:57.602 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919226.461255, "block_size": 4096, "blocks": 0, "ctime": 1700919226.461255, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22565, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1700919226.461255, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 25 November 2023 13:34:00 +0000 (0:00:00.220) 0:00:57.822 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:112 Saturday 25 November 2023 13:34:00 +0000 (0:00:00.045) 0:00:57.867 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 25 November 2023 13:34:00 +0000 (0:00:00.087) 0:00:57.954 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 25 November 2023 13:34:00 +0000 (0:00:00.056) 0:00:58.011 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 25 November 2023 13:34:00 +0000 (0:00:00.043) 0:00:58.055 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919232.8091826, "block_size": 4096, "blocks": 8, "ctime": 1700919232.7881827, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 16798130, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1700919232.7881827, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 263, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 25 November 2023 13:34:00 +0000 (0:00:00.220) 0:00:58.275 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 25 November 2023 13:34:00 +0000 (0:00:00.070) 0:00:58.346 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021439", "end": "2023-11-25 13:34:00.818190", "rc": 1, "start": "2023-11-25 13:34:00.796751" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 25 November 2023 13:34:00 +0000 (0:00:00.244) 0:00:58.590 ***** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 25 November 2023 13:34:00 +0000 (0:00:00.043) 0:00:58.633 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003493", "end": "2023-11-25 13:34:01.093878", "rc": 0, "start": "2023-11-25 13:34:01.090385" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 25 November 2023 13:34:01 +0000 (0:00:00.231) 0:00:58.865 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 25 November 2023 13:34:01 +0000 (0:00:00.053) 0:00:58.918 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003660", "end": "2023-11-25 13:34:01.386601", "rc": 0, "start": "2023-11-25 13:34:01.382941" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 25 November 2023 13:34:01 +0000 (0:00:00.242) 0:00:59.161 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 25 November 2023 13:34:01 +0000 (0:00:00.056) 0:00:59.218 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 25 November 2023 13:34:01 +0000 (0:00:00.078) 0:00:59.296 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 25 November 2023 13:34:01 +0000 (0:00:00.060) 0:00:59.357 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:116 Saturday 25 November 2023 13:34:01 +0000 (0:00:00.052) 0:00:59.409 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004060", "end": "2023-11-25 13:34:01.866786", "rc": 0, "start": "2023-11-25 13:34:01.862726" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.14.113 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.14.113 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:120 Saturday 25 November 2023 13:34:01 +0000 (0:00:00.228) 0:00:59.637 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:126 Saturday 25 November 2023 13:34:01 +0000 (0:00:00.044) 0:00:59.681 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004275", "end": "2023-11-25 13:34:02.143022", "rc": 0, "start": "2023-11-25 13:34:02.138747" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 256 pref medium default via 2001:db8::1 dev veth0 metric 1 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:130 Saturday 25 November 2023 13:34:02 +0000 (0:00:00.231) 0:00:59.913 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:137 Saturday 25 November 2023 13:34:02 +0000 (0:00:00.071) 0:00:59.984 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 November 2023 13:34:02 +0000 (0:00:00.060) 0:01:00.045 ***** included: /WORKDIR/git-weekly-civvn5q1ms/.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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:34:02 +0000 (0:00:00.093) 0:01:00.138 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:15 Saturday 25 November 2023 13:34:02 +0000 (0:00:00.107) 0:01:00.245 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set package manager to use for ostree] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:20 Saturday 25 November 2023 13:34:02 +0000 (0:00:00.296) 0:01:00.542 ***** skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Saturday 25 November 2023 13:34:02 +0000 (0:00:00.069) 0:01:00.611 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Saturday 25 November 2023 13:34:04 +0000 (0:00:01.740) 0:01:02.352 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 November 2023 13:34:05 +0000 (0:00:01.379) 0:01:03.732 ***** ok: [sut] => {} MSG: Using network provider: initscripts 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 November 2023 13:34:06 +0000 (0:00:00.111) 0:01:03.844 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 November 2023 13:34:06 +0000 (0:00:00.080) 0:01:03.924 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 25 November 2023 13:34:06 +0000 (0:00:00.058) 0:01:03.983 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 25 November 2023 13:34:06 +0000 (0:00:00.083) 0:01:04.066 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 25 November 2023 13:34:06 +0000 (0:00:00.048) 0:01:04.115 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 25 November 2023 13:34:06 +0000 (0:00:00.055) 0:01:04.171 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 25 November 2023 13:34:06 +0000 (0:00:00.080) 0:01:04.251 ***** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 25 November 2023 13:34:06 +0000 (0:00:00.059) 0:01:04.311 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 25 November 2023 13:34:06 +0000 (0:00:00.058) 0:01:04.369 ***** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 25 November 2023 13:34:07 +0000 (0:00:00.548) 0:01:04.918 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2402w81_zee2/tmp9yddl3i_" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 25 November 2023 13:34:07 +0000 (0:00:00.371) 0:01:05.290 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 25 November 2023 13:34:08 +0000 (0:00:00.517) 0:01:05.807 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 25 November 2023 13:34:08 +0000 (0:00:00.053) 0:01:05.861 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 25 November 2023 13:34:08 +0000 (0:00:00.095) 0:01:05.956 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 November 2023 13:34:08 +0000 (0:00:00.066) 0:01:06.023 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 25 November 2023 13:34:08 +0000 (0:00:00.056) 0:01:06.080 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:149 Saturday 25 November 2023 13:34:08 +0000 (0:00:00.252) 0:01:06.333 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:34:08 +0000 (0:00:00.112) 0:01:06.445 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:34:08 +0000 (0:00:00.048) 0:01:06.494 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:34:08 +0000 (0:00:00.060) 0:01:06.555 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:34:08 +0000 (0:00:00.090) 0:01:06.645 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:34:09 +0000 (0:00:00.154) 0:01:06.800 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003651", "end": "2023-11-25 13:34:09.264789", "rc": 0, "start": "2023-11-25 13:34:09.261138" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:34:09 +0000 (0:00:00.231) 0:01:07.032 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:34:09 +0000 (0:00:00.040) 0:01:07.072 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:34:09 +0000 (0:00:00.041) 0:01:07.113 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:34:10 +0000 (0:00:01.460) 0:01:08.574 ***** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:34:10 +0000 (0:00:00.064) 0:01:08.638 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:34:10 +0000 (0:00:00.044) 0:01:08.682 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.010515", "end": "2023-11-25 13:34:11.149630", "rc": 0, "start": "2023-11-25 13:34:11.139115" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:34:11 +0000 (0:00:00.247) 0:01:08.929 ***** 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 veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:34:11 +0000 (0:00:00.052) 0:01:08.982 ***** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:34:11 +0000 (0:00:00.051) 0:01:09.034 ***** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:34:11 +0000 (0:00:00.056) 0:01:09.091 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=141 changed=7 unreachable=0 failed=0 skipped=86 rescued=0 ignored=2 Saturday 25 November 2023 13:34:11 +0000 (0:00:00.109) 0:01:09.200 ***** =============================================================================== Install iproute --------------------------------------------------------- 8.02s /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Configure networking connection profiles --- 6.77s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 fedora.linux_system_roles.network : Configure networking connection profiles --- 6.66s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 fedora.linux_system_roles.network : Install packages -------------------- 3.04s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 fedora.linux_system_roles.network : Check which services are running ---- 1.82s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 fedora.linux_system_roles.network : Check which services are running ---- 1.78s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 fedora.linux_system_roles.network : Check which services are running ---- 1.74s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 fedora.linux_system_roles.network : Check which services are running ---- 1.74s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 fedora.linux_system_roles.network : Check which packages are installed --- 1.66s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Install iproute --------------------------------------------------------- 1.47s /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which packages are installed --- 1.47s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Install iproute --------------------------------------------------------- 1.47s /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.46s /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which packages are installed --- 1.39s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 fedora.linux_system_roles.network : Check which packages are installed --- 1.38s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 fedora.linux_system_roles.network : Enable network service -------------- 1.03s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Gathering Facts --------------------------------------------------------- 0.92s /WORKDIR/git-weekly-civvn5q1ms/tests/tests_auto_gateway_initscripts.yml:4 ----- Create EPEL 8 ----------------------------------------------------------- 0.86s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:8 ------------------ Gathering Facts --------------------------------------------------------- 0.70s /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:3 ------- Create veth interface veth0 --------------------------------------------- 0.70s /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:22 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---