# 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-ci43eyq38n/.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-ci43eyq38n/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-ci43eyq38n/tests/tests_auto_gateway_initscripts.yml:5 Saturday 11 May 2024 13:30:34 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tests_auto_gateway_initscripts.yml:8 Saturday 11 May 2024 13:30:35 +0000 (0:00:00.851) 0:00:00.863 ********** included: /WORKDIR/git-weekly-ci43eyq38n/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-ci43eyq38n/tests/tasks/el_repo_setup.yml:3 Saturday 11 May 2024 13:30:35 +0000 (0:00:00.011) 0:00:00.874 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/el_repo_setup.yml:17 Saturday 11 May 2024 13:30:35 +0000 (0:00:00.369) 0:00:01.244 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/el_repo_setup.yml:22 Saturday 11 May 2024 13:30:35 +0000 (0:00:00.243) 0:00:01.487 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/el_repo_setup.yml:26 Saturday 11 May 2024 13:30:35 +0000 (0:00:00.013) 0:00:01.501 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/el_repo_setup.yml:51 Saturday 11 May 2024 13:30:35 +0000 (0:00:00.008) 0:00:01.510 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/enable_epel.yml:8 Saturday 11 May 2024 13:30:35 +0000 (0:00:00.021) 0:00:01.532 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/enable_epel.yml:24 Saturday 11 May 2024 13:30:36 +0000 (0:00:00.240) 0:00:01.773 ********** 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-ci43eyq38n/tests/tasks/enable_epel.yml:30 Saturday 11 May 2024 13:30:36 +0000 (0:00:00.008) 0:00:01.781 ********** 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-ci43eyq38n/tests/tasks/enable_epel.yml:35 Saturday 11 May 2024 13:30:36 +0000 (0:00:00.008) 0:00:01.790 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.243469", "end": "2024-05-11 13:30:36.500692", "rc": 0, "start": "2024-05-11 13:30:36.257223" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/enable_epel.yml:40 Saturday 11 May 2024 13:30:36 +0000 (0:00:00.432) 0:00:02.222 ********** 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-ci43eyq38n/tests/tests_auto_gateway_initscripts.yml:10 Saturday 11 May 2024 13:30:36 +0000 (0:00:00.008) 0:00:02.231 ********** ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:3 Saturday 11 May 2024 13:30:36 +0000 (0:00:00.016) 0:00:02.248 ********** ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:9 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.616) 0:00:02.864 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.033) 0:00:02.898 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.019) 0:00:02.918 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003048", "end": "2024-05-11 13:30:37.397711", "rc": 0, "start": "2024-05-11 13:30:37.394663" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.195) 0:00:03.114 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.022) 0:00:03.136 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:11 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.019) 0:00:03.156 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.037) 0:00:03.194 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.019) 0:00:03.213 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.018) 0:00:03.232 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.038) 0:00:03.270 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.026) 0:00:03.297 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003211", "end": "2024-05-11 13:30:37.779767", "rc": 0, "start": "2024-05-11 13:30:37.776556" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.195) 0:00:03.493 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.021) 0:00:03.515 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:30:37 +0000 (0:00:00.028) 0:00:03.544 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:27 Saturday 11 May 2024 13:30:40 +0000 (0:00:03.088) 0:00:06.632 ********** 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.020197", "end": "2024-05-11 13:30:41.132032", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-05-11 13:30:41.111835" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003396", "end": "2024-05-11 13:30:41.350153", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-05-11 13:30:41.346757" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004089", "end": "2024-05-11 13:30:41.544958", "item": "ip link set veth0 up", "rc": 0, "start": "2024-05-11 13:30:41.540869" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:35 Saturday 11 May 2024 13:30:41 +0000 (0:00:00.629) 0:00:07.261 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.064720", "end": "2024-05-11 13:30:41.814397", "rc": 0, "start": "2024-05-11 13:30:41.749677" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:43 Saturday 11 May 2024 13:30:41 +0000 (0:00:00.268) 0:00:07.530 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 11 May 2024 13:30:41 +0000 (0:00:00.018) 0:00:07.549 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 11 May 2024 13:30:41 +0000 (0:00:00.019) 0:00:07.568 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 11 May 2024 13:30:41 +0000 (0:00:00.018) 0:00:07.586 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:30:41 +0000 (0:00:00.017) 0:00:07.604 ********** 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-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:15 Saturday 11 May 2024 13:30:41 +0000 (0:00:00.018) 0:00:07.623 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 11 May 2024 13:30:41 +0000 (0:00:00.033) 0:00:07.657 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:30:41 +0000 (0:00:00.027) 0:00:07.684 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434241.121479, "block_size": 4096, "blocks": 0, "ctime": 1715434241.121479, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21623, "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": 1715434241.121479, "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-ci43eyq38n/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 11 May 2024 13:30:42 +0000 (0:00:00.196) 0:00:07.880 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:17 Saturday 11 May 2024 13:30:42 +0000 (0:00:00.025) 0:00:07.905 ********** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 May 2024 13:30:42 +0000 (0:00:00.020) 0:00:07.926 ********** included: /WORKDIR/git-weekly-ci43eyq38n/.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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:30:42 +0000 (0:00:00.030) 0:00:07.956 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 May 2024 13:30:42 +0000 (0:00:00.020) 0:00:07.977 ********** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 May 2024 13:30:42 +0000 (0:00:00.022) 0:00:08.000 ********** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 May 2024 13:30:42 +0000 (0:00:00.021) 0:00:08.022 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 May 2024 13:30:43 +0000 (0:00:01.538) 0:00:09.560 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 May 2024 13:30:45 +0000 (0:00:01.586) 0:00:11.146 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 May 2024 13:30:45 +0000 (0:00:00.031) 0:00:11.177 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 May 2024 13:30:45 +0000 (0:00:00.029) 0:00:11.207 ********** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 May 2024 13:30:45 +0000 (0:00:00.030) 0:00:11.237 ********** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 11 May 2024 13:30:45 +0000 (0:00:00.034) 0:00:11.272 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 11 May 2024 13:30:45 +0000 (0:00:00.027) 0:00:11.299 ********** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 11 May 2024 13:30:45 +0000 (0:00:00.058) 0:00:11.357 ********** changed: [sut] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: network-scripts-10.00.18-1.el8.x86_64", "Installed: network-scripts-team-1.31-4.el8.x86_64" ] } lsrpackages: dhcp-client network-scripts TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 11 May 2024 13:30:49 +0000 (0:00:04.253) 0:00:15.611 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 May 2024 13:30:49 +0000 (0:00:00.040) 0:00:15.652 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 11 May 2024 13:30:49 +0000 (0:00:00.033) 0:00:15.685 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 11 May 2024 13:30:50 +0000 (0:00:00.073) 0:00:15.758 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 May 2024 13:30:50 +0000 (0:00:00.038) 0:00:15.797 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 11 May 2024 13:30:50 +0000 (0:00:00.031) 0:00:15.828 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 11 May 2024 13:30:51 +0000 (0:00:00.939) 0:00:16.768 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2303cxp_tle3/tmp2z65ll_7" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 11 May 2024 13:30:51 +0000 (0:00:00.308) 0:00:17.077 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 11 May 2024 13:30:58 +0000 (0:00:06.715) 0:00:23.793 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 11 May 2024 13:30:58 +0000 (0:00:00.032) 0:00:23.825 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 11 May 2024 13:30:58 +0000 (0:00:00.033) 0:00:23.858 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 11 May 2024 13:30:58 +0000 (0:00:00.032) 0:00:23.890 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 May 2024 13:30:58 +0000 (0:00:00.034) 0:00:23.925 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:42 Saturday 11 May 2024 13:30:58 +0000 (0:00:00.344) 0:00:24.270 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 11 May 2024 13:30:58 +0000 (0:00:00.063) 0:00:24.334 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:30:58 +0000 (0:00:00.093) 0:00:24.428 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434241.121479, "block_size": 4096, "blocks": 0, "ctime": 1715434241.121479, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21623, "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": 1715434241.121479, "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-ci43eyq38n/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 11 May 2024 13:30:58 +0000 (0:00:00.202) 0:00:24.630 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:44 Saturday 11 May 2024 13:30:58 +0000 (0:00:00.032) 0:00:24.663 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 11 May 2024 13:30:59 +0000 (0:00:00.071) 0:00:24.735 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 May 2024 13:30:59 +0000 (0:00:00.046) 0:00:24.781 ********** 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-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 May 2024 13:30:59 +0000 (0:00:00.029) 0:00:24.810 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434251.8585553, "block_size": 4096, "blocks": 8, "ctime": 1715434251.8405552, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2274382, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1715434251.8405552, "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-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 May 2024 13:30:59 +0000 (0:00:00.205) 0:00:25.016 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 May 2024 13:30:59 +0000 (0:00:00.030) 0:00:25.046 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.020416", "end": "2024-05-11 13:30:59.551770", "rc": 1, "start": "2024-05-11 13:30:59.531354" } 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-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 May 2024 13:30:59 +0000 (0:00:00.229) 0:00:25.276 ********** 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-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 May 2024 13:30:59 +0000 (0:00:00.029) 0:00:25.306 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002870", "end": "2024-05-11 13:30:59.789713", "rc": 0, "start": "2024-05-11 13:30:59.786843" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 May 2024 13:30:59 +0000 (0:00:00.208) 0:00:25.514 ********** 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-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 May 2024 13:30:59 +0000 (0:00:00.033) 0:00:25.547 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002890", "end": "2024-05-11 13:31:00.036380", "rc": 0, "start": "2024-05-11 13:31:00.033490" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 May 2024 13:31:00 +0000 (0:00:00.225) 0:00:25.773 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 11 May 2024 13:31:00 +0000 (0:00:00.055) 0:00:25.828 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 11 May 2024 13:31:00 +0000 (0:00:00.046) 0:00:25.875 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 11 May 2024 13:31:00 +0000 (0:00:00.072) 0:00:25.948 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:48 Saturday 11 May 2024 13:31:00 +0000 (0:00:00.034) 0:00:25.982 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003550", "end": "2024-05-11 13:31:00.473568", "rc": 0, "start": "2024-05-11 13:31:00.470018" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.136 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.13.136 metric 100 169.254.0.0/16 dev veth0 scope link metric 1004 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:52 Saturday 11 May 2024 13:31:00 +0000 (0:00:00.230) 0:00:26.213 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:58 Saturday 11 May 2024 13:31:00 +0000 (0:00:00.048) 0:00:26.261 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003589", "end": "2024-05-11 13:31:00.751304", "rc": 0, "start": "2024-05-11 13:31:00.747715" } 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-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:62 Saturday 11 May 2024 13:31:00 +0000 (0:00:00.212) 0:00:26.474 ********** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:69 Saturday 11 May 2024 13:31:00 +0000 (0:00:00.029) 0:00:26.503 ********** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 May 2024 13:31:00 +0000 (0:00:00.048) 0:00:26.552 ********** included: /WORKDIR/git-weekly-ci43eyq38n/.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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:31:00 +0000 (0:00:00.055) 0:00:26.607 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 May 2024 13:31:00 +0000 (0:00:00.036) 0:00:26.643 ********** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 May 2024 13:31:00 +0000 (0:00:00.037) 0:00:26.681 ********** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 May 2024 13:31:01 +0000 (0:00:00.035) 0:00:26.716 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 May 2024 13:31:02 +0000 (0:00:01.512) 0:00:28.229 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 May 2024 13:31:03 +0000 (0:00:01.368) 0:00:29.597 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 May 2024 13:31:03 +0000 (0:00:00.033) 0:00:29.631 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 May 2024 13:31:03 +0000 (0:00:00.033) 0:00:29.664 ********** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 May 2024 13:31:04 +0000 (0:00:00.071) 0:00:29.736 ********** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 11 May 2024 13:31:04 +0000 (0:00:00.036) 0:00:29.773 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 11 May 2024 13:31:04 +0000 (0:00:00.028) 0:00:29.802 ********** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 11 May 2024 13:31:04 +0000 (0:00:00.040) 0:00:29.842 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 11 May 2024 13:31:04 +0000 (0:00:00.085) 0:00:29.928 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 May 2024 13:31:04 +0000 (0:00:00.037) 0:00:29.965 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 11 May 2024 13:31:04 +0000 (0:00:00.039) 0:00:30.005 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 11 May 2024 13:31:04 +0000 (0:00:00.045) 0:00:30.050 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 May 2024 13:31:04 +0000 (0:00:00.045) 0:00:30.095 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 11 May 2024 13:31:04 +0000 (0:00:00.041) 0:00:30.137 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 11 May 2024 13:31:04 +0000 (0:00:00.408) 0:00:30.546 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2303cxp_tle3/tmp4cbpi4q1" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 11 May 2024 13:31:05 +0000 (0:00:00.339) 0:00:30.885 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 11 May 2024 13:31:05 +0000 (0:00:00.431) 0:00:31.317 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 11 May 2024 13:31:05 +0000 (0:00:00.064) 0:00:31.382 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 11 May 2024 13:31:05 +0000 (0:00:00.037) 0:00:31.419 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 11 May 2024 13:31:05 +0000 (0:00:00.051) 0:00:31.470 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 May 2024 13:31:05 +0000 (0:00:00.037) 0:00:31.508 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:81 Saturday 11 May 2024 13:31:06 +0000 (0:00:00.249) 0:00:31.757 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:31:06 +0000 (0:00:00.058) 0:00:31.816 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:31:06 +0000 (0:00:00.028) 0:00:31.844 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:31:06 +0000 (0:00:00.042) 0:00:31.886 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:31:06 +0000 (0:00:00.058) 0:00:31.945 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:31:06 +0000 (0:00:00.040) 0:00:31.986 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002927", "end": "2024-05-11 13:31:06.466464", "rc": 0, "start": "2024-05-11 13:31:06.463537" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:31:06 +0000 (0:00:00.204) 0:00:32.190 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:31:06 +0000 (0:00:00.031) 0:00:32.222 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:31:06 +0000 (0:00:00.047) 0:00:32.269 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:27 Saturday 11 May 2024 13:31:09 +0000 (0:00:02.631) 0:00:34.900 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:35 Saturday 11 May 2024 13:31:09 +0000 (0:00:00.047) 0:00:34.947 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:43 Saturday 11 May 2024 13:31:09 +0000 (0:00:00.046) 0:00:34.994 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.010173", "end": "2024-05-11 13:31:09.497332", "rc": 0, "start": "2024-05-11 13:31:09.487159" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 11 May 2024 13:31:09 +0000 (0:00:00.240) 0:00:35.235 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 11 May 2024 13:31:09 +0000 (0:00:00.031) 0:00:35.266 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 11 May 2024 13:31:09 +0000 (0:00:00.028) 0:00:35.295 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:31:09 +0000 (0:00:00.089) 0:00:35.384 ********** 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-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:85 Saturday 11 May 2024 13:31:09 +0000 (0:00:00.031) 0:00:35.415 ********** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:89 Saturday 11 May 2024 13:31:09 +0000 (0:00:00.029) 0:00:35.444 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:31:09 +0000 (0:00:00.058) 0:00:35.503 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:31:09 +0000 (0:00:00.029) 0:00:35.532 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:31:09 +0000 (0:00:00.028) 0:00:35.560 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:31:09 +0000 (0:00:00.039) 0:00:35.600 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:31:09 +0000 (0:00:00.039) 0:00:35.639 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003142", "end": "2024-05-11 13:31:10.120941", "rc": 0, "start": "2024-05-11 13:31:10.117799" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:31:10 +0000 (0:00:00.204) 0:00:35.844 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:31:10 +0000 (0:00:00.034) 0:00:35.878 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:31:10 +0000 (0:00:00.033) 0:00:35.911 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:27 Saturday 11 May 2024 13:31:12 +0000 (0:00:02.679) 0:00:38.591 ********** 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.012552", "end": "2024-05-11 13:31:13.090821", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-05-11 13:31:13.078269" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003398", "end": "2024-05-11 13:31:13.309844", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-05-11 13:31:13.306446" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003660", "end": "2024-05-11 13:31:13.488512", "item": "ip link set veth0 up", "rc": 0, "start": "2024-05-11 13:31:13.484852" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:35 Saturday 11 May 2024 13:31:13 +0000 (0:00:00.633) 0:00:39.224 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.022308", "end": "2024-05-11 13:31:13.734162", "rc": 0, "start": "2024-05-11 13:31:13.711854" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:43 Saturday 11 May 2024 13:31:13 +0000 (0:00:00.233) 0:00:39.458 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 11 May 2024 13:31:13 +0000 (0:00:00.062) 0:00:39.520 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 11 May 2024 13:31:13 +0000 (0:00:00.031) 0:00:39.552 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 11 May 2024 13:31:13 +0000 (0:00:00.029) 0:00:39.581 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:31:13 +0000 (0:00:00.029) 0:00:39.610 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 May 2024 13:31:13 +0000 (0:00:00.028) 0:00:39.639 ********** included: /WORKDIR/git-weekly-ci43eyq38n/.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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:31:14 +0000 (0:00:00.062) 0:00:39.702 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 May 2024 13:31:14 +0000 (0:00:00.050) 0:00:39.752 ********** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 May 2024 13:31:14 +0000 (0:00:00.034) 0:00:39.787 ********** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 May 2024 13:31:14 +0000 (0:00:00.031) 0:00:39.818 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 May 2024 13:31:15 +0000 (0:00:01.516) 0:00:41.335 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 May 2024 13:31:16 +0000 (0:00:01.356) 0:00:42.692 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 May 2024 13:31:17 +0000 (0:00:00.031) 0:00:42.724 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 May 2024 13:31:17 +0000 (0:00:00.031) 0:00:42.755 ********** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 May 2024 13:31:17 +0000 (0:00:00.029) 0:00:42.784 ********** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 11 May 2024 13:31:17 +0000 (0:00:00.075) 0:00:42.860 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 11 May 2024 13:31:17 +0000 (0:00:00.031) 0:00:42.891 ********** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 11 May 2024 13:31:17 +0000 (0:00:00.054) 0:00:42.946 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 11 May 2024 13:31:17 +0000 (0:00:00.060) 0:00:43.007 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 May 2024 13:31:17 +0000 (0:00:00.041) 0:00:43.048 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 11 May 2024 13:31:17 +0000 (0:00:00.036) 0:00:43.085 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 11 May 2024 13:31:17 +0000 (0:00:00.046) 0:00:43.132 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 May 2024 13:31:17 +0000 (0:00:00.043) 0:00:43.175 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 11 May 2024 13:31:17 +0000 (0:00:00.033) 0:00:43.208 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 11 May 2024 13:31:17 +0000 (0:00:00.387) 0:00:43.596 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2303cxp_tle3/tmpk3r2u8w9" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 11 May 2024 13:31:18 +0000 (0:00:00.308) 0:00:43.905 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 11 May 2024 13:31:24 +0000 (0:00:06.588) 0:00:50.493 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 11 May 2024 13:31:24 +0000 (0:00:00.033) 0:00:50.527 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 11 May 2024 13:31:24 +0000 (0:00:00.032) 0:00:50.559 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 11 May 2024 13:31:24 +0000 (0:00:00.032) 0:00:50.591 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 May 2024 13:31:24 +0000 (0:00:00.034) 0:00:50.626 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:110 Saturday 11 May 2024 13:31:25 +0000 (0:00:00.229) 0:00:50.855 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 11 May 2024 13:31:25 +0000 (0:00:00.107) 0:00:50.963 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:31:25 +0000 (0:00:00.045) 0:00:51.009 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434273.0817285, "block_size": 4096, "blocks": 0, "ctime": 1715434273.0817285, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22209, "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": 1715434273.0817285, "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-ci43eyq38n/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 11 May 2024 13:31:25 +0000 (0:00:00.213) 0:00:51.222 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:112 Saturday 11 May 2024 13:31:25 +0000 (0:00:00.032) 0:00:51.255 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 11 May 2024 13:31:25 +0000 (0:00:00.069) 0:00:51.324 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 May 2024 13:31:25 +0000 (0:00:00.070) 0:00:51.394 ********** 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-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 May 2024 13:31:25 +0000 (0:00:00.035) 0:00:51.429 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434278.5634937, "block_size": 4096, "blocks": 8, "ctime": 1715434278.5454938, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2274382, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1715434278.5454938, "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-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 May 2024 13:31:25 +0000 (0:00:00.208) 0:00:51.638 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 May 2024 13:31:25 +0000 (0:00:00.031) 0:00:51.670 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.019295", "end": "2024-05-11 13:31:26.168571", "rc": 1, "start": "2024-05-11 13:31:26.149276" } 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-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 May 2024 13:31:26 +0000 (0:00:00.227) 0:00:51.897 ********** 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-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 May 2024 13:31:26 +0000 (0:00:00.032) 0:00:51.930 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:01.003892", "end": "2024-05-11 13:31:27.414034", "rc": 0, "start": "2024-05-11 13:31:26.410142" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 May 2024 13:31:27 +0000 (0:00:01.224) 0:00:53.154 ********** 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-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 May 2024 13:31:27 +0000 (0:00:00.045) 0:00:53.200 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002742", "end": "2024-05-11 13:31:27.692517", "rc": 0, "start": "2024-05-11 13:31:27.689775" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 May 2024 13:31:27 +0000 (0:00:00.267) 0:00:53.468 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 11 May 2024 13:31:27 +0000 (0:00:00.037) 0:00:53.505 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 11 May 2024 13:31:27 +0000 (0:00:00.051) 0:00:53.556 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 11 May 2024 13:31:27 +0000 (0:00:00.045) 0:00:53.602 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:116 Saturday 11 May 2024 13:31:27 +0000 (0:00:00.063) 0:00:53.665 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003530", "end": "2024-05-11 13:31:28.157677", "rc": 0, "start": "2024-05-11 13:31:28.154147" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.136 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.136 metric 100 169.254.0.0/16 dev veth0 scope link metric 1006 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:120 Saturday 11 May 2024 13:31:28 +0000 (0:00:00.247) 0:00:53.912 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:126 Saturday 11 May 2024 13:31:28 +0000 (0:00:00.071) 0:00:53.983 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003452", "end": "2024-05-11 13:31:28.476234", "rc": 0, "start": "2024-05-11 13:31:28.472782" } 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-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:130 Saturday 11 May 2024 13:31:28 +0000 (0:00:00.227) 0:00:54.211 ********** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:137 Saturday 11 May 2024 13:31:28 +0000 (0:00:00.030) 0:00:54.242 ********** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 May 2024 13:31:28 +0000 (0:00:00.042) 0:00:54.285 ********** included: /WORKDIR/git-weekly-ci43eyq38n/.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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:31:28 +0000 (0:00:00.062) 0:00:54.347 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 May 2024 13:31:28 +0000 (0:00:00.061) 0:00:54.408 ********** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 May 2024 13:31:28 +0000 (0:00:00.053) 0:00:54.462 ********** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 May 2024 13:31:28 +0000 (0:00:00.050) 0:00:54.512 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 May 2024 13:31:30 +0000 (0:00:01.535) 0:00:56.048 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 May 2024 13:31:31 +0000 (0:00:01.455) 0:00:57.504 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 May 2024 13:31:31 +0000 (0:00:00.040) 0:00:57.544 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 May 2024 13:31:31 +0000 (0:00:00.036) 0:00:57.580 ********** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 May 2024 13:31:31 +0000 (0:00:00.041) 0:00:57.621 ********** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 11 May 2024 13:31:31 +0000 (0:00:00.040) 0:00:57.662 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 11 May 2024 13:31:32 +0000 (0:00:00.036) 0:00:57.698 ********** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 11 May 2024 13:31:32 +0000 (0:00:00.037) 0:00:57.735 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 11 May 2024 13:31:32 +0000 (0:00:00.054) 0:00:57.790 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 May 2024 13:31:32 +0000 (0:00:00.041) 0:00:57.831 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 11 May 2024 13:31:32 +0000 (0:00:00.030) 0:00:57.861 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 11 May 2024 13:31:32 +0000 (0:00:00.037) 0:00:57.899 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 May 2024 13:31:32 +0000 (0:00:00.032) 0:00:57.931 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 11 May 2024 13:31:32 +0000 (0:00:00.028) 0:00:57.960 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 11 May 2024 13:31:32 +0000 (0:00:00.368) 0:00:58.328 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2303cxp_tle3/tmpb6ayz3we" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 11 May 2024 13:31:32 +0000 (0:00:00.287) 0:00:58.616 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 11 May 2024 13:31:33 +0000 (0:00:00.420) 0:00:59.037 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 11 May 2024 13:31:33 +0000 (0:00:00.039) 0:00:59.076 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 11 May 2024 13:31:33 +0000 (0:00:00.036) 0:00:59.113 ********** 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-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 11 May 2024 13:31:33 +0000 (0:00:00.086) 0:00:59.199 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 May 2024 13:31:33 +0000 (0:00:00.031) 0:00:59.230 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:149 Saturday 11 May 2024 13:31:33 +0000 (0:00:00.212) 0:00:59.443 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:31:33 +0000 (0:00:00.066) 0:00:59.510 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:31:33 +0000 (0:00:00.050) 0:00:59.561 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:31:33 +0000 (0:00:00.041) 0:00:59.603 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:31:33 +0000 (0:00:00.044) 0:00:59.647 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:31:33 +0000 (0:00:00.048) 0:00:59.696 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003001", "end": "2024-05-11 13:31:34.182138", "rc": 0, "start": "2024-05-11 13:31:34.179137" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:31:34 +0000 (0:00:00.209) 0:00:59.905 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:31:34 +0000 (0:00:00.053) 0:00:59.959 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:31:34 +0000 (0:00:00.033) 0:00:59.993 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:27 Saturday 11 May 2024 13:31:36 +0000 (0:00:02.620) 0:01:02.614 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:35 Saturday 11 May 2024 13:31:36 +0000 (0:00:00.043) 0:01:02.658 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:43 Saturday 11 May 2024 13:31:37 +0000 (0:00:00.040) 0:01:02.698 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.009883", "end": "2024-05-11 13:31:37.223063", "rc": 0, "start": "2024-05-11 13:31:37.213180" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 11 May 2024 13:31:37 +0000 (0:00:00.289) 0:01:02.988 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 11 May 2024 13:31:37 +0000 (0:00:00.049) 0:01:03.037 ********** 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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 11 May 2024 13:31:37 +0000 (0:00:00.067) 0:01:03.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-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:31:37 +0000 (0:00:00.056) 0:01:03.162 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tests_auto_gateway.yml:153 Saturday 11 May 2024 13:31:37 +0000 (0:00:00.030) 0:01:03.192 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 11 May 2024 13:31:37 +0000 (0:00:00.078) 0:01:03.271 ********** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.008589", "end": "2024-05-11 13:31:37.770664", "rc": 0, "start": "2024-05-11 13:31:37.762075" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:fa:de:e0:a3 brd ff:ff:ff:ff:ff:ff inet 10.31.13.136/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 2633sec preferred_lft 2633sec inet6 fe80::8ff:faff:fede:e0a3/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.136 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.136 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 11 May 2024 13:31:37 +0000 (0:00:00.226) 0:01:03.498 ********** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.188909", "end": "2024-05-11 13:31:38.171587", "rc": 0, "start": "2024-05-11 13:31:37.982678" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 3961 0 --:--:-- --:--:-- --:--:-- 3961 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 3344 0 --:--:-- --:--:-- --:--:-- 3344 PLAY RECAP ********************************************************************* sut : ok=141 changed=6 unreachable=0 failed=0 skipped=101 rescued=0 ignored=2 Saturday 11 May 2024 13:31:38 +0000 (0:00:00.427) 0:01:03.925 ********** =============================================================================== fedora.linux_system_roles.network : Configure networking connection profiles --- 6.72s /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 fedora.linux_system_roles.network : Configure networking connection profiles --- 6.59s /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 fedora.linux_system_roles.network : Install packages -------------------- 4.25s /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Install iproute --------------------------------------------------------- 3.09s /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.68s /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.62s /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which packages are installed --- 1.59s /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.54s /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.54s /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.52s /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.51s /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.46s /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.37s /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.36s /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Get the ansible_managed comment in ifcfg-veth0 -------------------------- 1.22s /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/get_profile_stat.yml:49 -- fedora.linux_system_roles.network : Enable network service -------------- 0.94s /WORKDIR/git-weekly-ci43eyq38n/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Gathering Facts --------------------------------------------------------- 0.85s /WORKDIR/git-weekly-ci43eyq38n/tests/tests_auto_gateway_initscripts.yml:5 ----- Create veth interface veth0 --------------------------------------------- 0.63s /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:27 Create veth interface veth0 --------------------------------------------- 0.63s /WORKDIR/git-weekly-ci43eyq38n/tests/playbooks/tasks/manage_test_interface.yml:27 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---