# 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-nm_plugin_hotfixyy2yxyjp/.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_ethtool_ring_initscripts.yml *********************************** 2 plays in /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tests_ethtool_ring_initscripts.yml PLAY [Run playbook 'playbooks/tests_ethtool_ring.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tests_ethtool_ring_initscripts.yml:5 Sunday 18 February 2024 23:46:13 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tests_ethtool_ring_initscripts.yml:8 Sunday 18 February 2024 23:46:14 +0000 (0:00:00.859) 0:00:00.871 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/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-nm_plugin_hotfixyy2yxyjp/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 23:46:14 +0000 (0:00:00.011) 0:00:00.883 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/el_repo_setup.yml:17 Sunday 18 February 2024 23:46:14 +0000 (0:00:00.343) 0:00:01.227 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/el_repo_setup.yml:22 Sunday 18 February 2024 23:46:14 +0000 (0:00:00.241) 0:00:01.469 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/el_repo_setup.yml:26 Sunday 18 February 2024 23:46:14 +0000 (0:00:00.013) 0:00:01.483 ******* 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-nm_plugin_hotfixyy2yxyjp/tests/tasks/el_repo_setup.yml:51 Sunday 18 February 2024 23:46:14 +0000 (0:00:00.008) 0:00:01.491 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 23:46:14 +0000 (0:00:00.020) 0:00:01.512 ******* 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-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 23:46:15 +0000 (0:00:00.240) 0:00:01.753 ******* 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-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 23:46:15 +0000 (0:00:00.008) 0:00:01.761 ******* 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-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 23:46:15 +0000 (0:00:00.008) 0:00:01.770 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.240661", "end": "2024-02-18 23:46:15.611108", "rc": 0, "start": "2024-02-18 23:46:15.370447" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 23:46:15 +0000 (0:00:00.424) 0:00:02.194 ******* 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-nm_plugin_hotfixyy2yxyjp/tests/tests_ethtool_ring_initscripts.yml:10 Sunday 18 February 2024 23:46:15 +0000 (0:00:00.008) 0:00:02.203 ******* ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing ethtool ring settings] ********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:3 Sunday 18 February 2024 23:46:15 +0000 (0:00:00.016) 0:00:02.220 ******* ok: [sut] TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:9 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.615) 0:00:02.835 ******* ok: [sut] => {} MSG: this is: playbooks/tests_ethtool_ring.yml TASK [INIT: Ethtool ring tests] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:15 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.018) 0:00:02.854 ******* ok: [sut] => {} MSG: ################################################## TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:18 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.019) 0:00:02.874 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.019) 0:00:02.893 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.019) 0:00:02.912 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003238", "end": "2024-02-18 23:46:16.524749", "rc": 0, "start": "2024-02-18 23:46:16.521511" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.194) 0:00:03.107 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.019) 0:00:03.127 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:20 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.018) 0:00:03.145 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.022) 0:00:03.168 ******* 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-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.016) 0:00:03.184 ******* 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-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.016) 0:00:03.201 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.019) 0:00:03.221 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.019) 0:00:03.240 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003268", "end": "2024-02-18 23:46:16.851825", "rc": 0, "start": "2024-02-18 23:46:16.848557" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.193) 0:00:03.434 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.018) 0:00:03.453 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 23:46:16 +0000 (0:00:00.019) 0:00:03.472 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 23:50:19 +0000 (0:04:02.686) 0:04:06.159 ******* ok: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.012885", "end": "2024-02-18 23:50:19.787886", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-02-18 23:50:19.775001" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003952", "end": "2024-02-18 23:50:20.011056", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-02-18 23:50:20.007104" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004400", "end": "2024-02-18 23:50:20.196666", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-02-18 23:50:20.192266" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 23:50:20 +0000 (0:00:00.622) 0:04:06.781 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.024478", "end": "2024-02-18 23:50:20.419119", "rc": 0, "start": "2024-02-18 23:50:20.394641" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 23:50:20 +0000 (0:00:00.221) 0:04:07.003 ******* 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 testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 23:50:20 +0000 (0:00:00.018) 0:04:07.022 ******* 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 testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 23:50:20 +0000 (0:00:00.017) 0:04:07.039 ******* 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 testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 23:50:20 +0000 (0:00:00.017) 0:04:07.057 ******* 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 testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 23:50:20 +0000 (0:00:00.017) 0:04:07.075 ******* 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-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:24 Sunday 18 February 2024 23:50:20 +0000 (0:00:00.017) 0:04:07.092 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 18 February 2024 23:50:20 +0000 (0:00:00.020) 0:04:07.113 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 23:50:20 +0000 (0:00:00.019) 0:04:07.132 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708300219.7788432, "block_size": 4096, "blocks": 0, "ctime": 1708300219.7788432, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32591, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/testnic1", "lnk_target": "../../devices/virtual/net/testnic1", "mode": "0777", "mtime": 1708300219.7788432, "nlink": 1, "path": "/sys/class/net/testnic1", "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 - 'testnic1'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 18 February 2024 23:50:20 +0000 (0:00:00.194) 0:04:07.327 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Install ethtool (test dependency)] *************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:26 Sunday 18 February 2024 23:50:20 +0000 (0:00:00.019) 0:04:07.347 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [TEST: I can create a profile without any ring option.] ******************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:34 Sunday 18 February 2024 23:54:23 +0000 (0:04:02.564) 0:08:09.911 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 23:54:23 +0000 (0:00:00.018) 0:08:09.930 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 23:54:23 +0000 (0:00:00.024) 0:08:09.955 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 23:54:23 +0000 (0:00:00.019) 0:08:09.975 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 23:54:23 +0000 (0:00:00.019) 0:08:09.994 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 23:54:23 +0000 (0:00:00.019) 0:08:10.013 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 23:54:25 +0000 (0:00:01.631) 0:08:11.644 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 23:54:26 +0000 (0:00:01.491) 0:08:13.136 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 23:54:26 +0000 (0:00:00.029) 0:08:13.166 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 23:54:26 +0000 (0:00:00.028) 0:08:13.195 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 23:54:26 +0000 (0:00:00.028) 0:08:13.224 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 23:54:26 +0000 (0:00:00.050) 0:08:13.275 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 23:54:26 +0000 (0:00:00.030) 0:08:13.306 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 23:54:26 +0000 (0:00:00.048) 0:08:13.354 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 23:54:26 +0000 (0:00:00.034) 0:08:13.388 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 23:54:26 +0000 (0:00:00.031) 0:08:13.419 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 23:54:26 +0000 (0:00:00.027) 0:08:13.447 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 23:54:27 +0000 (0:00:00.527) 0:08:13.975 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-8263_h8qga7a/tmpfvliryg9" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 23:54:27 +0000 (0:00:00.298) 0:08:14.274 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1' [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 23:54:28 +0000 (0:00:00.534) 0:08:14.808 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 23:54:28 +0000 (0:00:00.029) 0:08:14.838 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 23:54:28 +0000 (0:00:00.031) 0:08:14.869 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "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, 'testnic1': add ifcfg-rh profile 'testnic1'\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', 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, 'testnic1': add ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 23:54:28 +0000 (0:00:00.031) 0:08:14.901 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 23:54:28 +0000 (0:00:00.029) 0:08:14.931 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:50 Sunday 18 February 2024 23:54:28 +0000 (0:00:00.297) 0:08:15.228 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does not contain ring options] *********************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:56 Sunday 18 February 2024 23:54:28 +0000 (0:00:00.027) 0:08:15.256 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [Get profile's ring options] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:61 Sunday 18 February 2024 23:54:28 +0000 (0:00:00.026) 0:08:15.283 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "grep", "ETHTOOL", "/etc/sysconfig/network-scripts/ifcfg-testnic1" ], "delta": "0:00:00.003061", "end": "2024-02-18 23:54:28.894283", "rc": 1, "start": "2024-02-18 23:54:28.891222" } MSG: non-zero return code ...ignoring TASK [ASSERT: The profile does not contain ring options] *********************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:68 Sunday 18 February 2024 23:54:28 +0000 (0:00:00.202) 0:08:15.485 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can set rx.] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:74 Sunday 18 February 2024 23:54:28 +0000 (0:00:00.030) 0:08:15.516 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 23:54:28 +0000 (0:00:00.032) 0:08:15.548 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 23:54:29 +0000 (0:00:00.068) 0:08:15.616 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 23:54:29 +0000 (0:00:00.033) 0:08:15.649 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 23:54:29 +0000 (0:00:00.031) 0:08:15.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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 23:54:29 +0000 (0:00:00.029) 0:08:15.710 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 23:54:30 +0000 (0:00:01.552) 0:08:17.263 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 23:54:32 +0000 (0:00:01.317) 0:08:18.580 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 23:54:32 +0000 (0:00:00.029) 0:08:18.610 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 23:54:32 +0000 (0:00:00.031) 0:08:18.641 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 23:54:32 +0000 (0:00:00.030) 0:08:18.671 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 23:54:32 +0000 (0:00:00.051) 0:08:18.723 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 23:54:32 +0000 (0:00:00.031) 0:08:18.754 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 23:54:32 +0000 (0:00:00.030) 0:08:18.785 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 23:54:32 +0000 (0:00:00.033) 0:08:18.818 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 23:54:32 +0000 (0:00:00.056) 0:08:18.875 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 23:54:32 +0000 (0:00:00.028) 0:08:18.904 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 23:54:32 +0000 (0:00:00.369) 0:08:19.273 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-8263_h8qga7a/tmplqwztdu6" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.298) 0:08:19.571 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ethtool": { "ring": { "rx": 128, "rx_jumbo": 128, "rx_mini": 128, "tx": 128 } }, "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1' [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', 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.\nnetlink error: Operation not supported\nRTNETLINK answers: File exists\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.413) 0:08:19.985 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.029) 0:08:20.015 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', 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.\\nnetlink error: Operation not supported\\nRTNETLINK answers: File exists\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.030) 0:08:20.045 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ethtool": { "ring": { "rx": 128, "rx_jumbo": 128, "rx_mini": 128, "tx": 128 } }, "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "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, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', 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.\\nnetlink error: Operation not supported\\nRTNETLINK answers: File exists\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', 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.\\nnetlink error: Operation not supported\\nRTNETLINK answers: File exists\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.031) 0:08:20.077 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.029) 0:08:20.106 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ethtool.ring-rx options] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:96 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.213) 0:08:20.319 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring-rx option set in profile] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:102 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.029) 0:08:20.348 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [Get profile's ethtool.ring-rx-jumbo options] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:107 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.030) 0:08:20.379 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring-rx-jumbo option set in profile] ********************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:113 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.027) 0:08:20.407 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [Get profile's ethtool.ring-rx-mini options] ****************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:118 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.030) 0:08:20.437 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring-rx-mini option set in profile] *********************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:124 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.028) 0:08:20.466 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [Get profile's ethtool.ring-tx options] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:129 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.030) 0:08:20.496 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring-tx option set in profile] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:135 Sunday 18 February 2024 23:54:33 +0000 (0:00:00.058) 0:08:20.555 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [Get profile's ethtool.ring options] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:141 Sunday 18 February 2024 23:54:34 +0000 (0:00:00.027) 0:08:20.582 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "ETHTOOL", "/etc/sysconfig/network-scripts/ifcfg-testnic1" ], "delta": "0:00:00.003405", "end": "2024-02-18 23:54:34.200073", "rc": 0, "start": "2024-02-18 23:54:34.196668" } STDOUT: ETHTOOL_OPTS="-G testnic1 rx 128 rx-jumbo 128 rx-mini 128 tx 128" TASK [Assert ethtool.ring option set in profile] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:148 Sunday 18 February 2024 23:54:34 +0000 (0:00:00.211) 0:08:20.793 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can clear ring options] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:158 Sunday 18 February 2024 23:54:34 +0000 (0:00:00.031) 0:08:20.825 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 23:54:34 +0000 (0:00:00.028) 0:08:20.854 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 23:54:34 +0000 (0:00:00.043) 0:08:20.897 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 23:54:34 +0000 (0:00:00.033) 0:08:20.931 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 23:54:34 +0000 (0:00:00.030) 0:08:20.961 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 23:54:34 +0000 (0:00:00.030) 0:08:20.992 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 23:54:35 +0000 (0:00:01.549) 0:08:22.541 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 23:54:37 +0000 (0:00:01.319) 0:08:23.861 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 23:54:37 +0000 (0:00:00.030) 0:08:23.892 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 23:54:37 +0000 (0:00:00.030) 0:08:23.922 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 23:54:37 +0000 (0:00:00.030) 0:08:23.952 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 23:54:37 +0000 (0:00:00.111) 0:08:24.064 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 23:54:37 +0000 (0:00:00.030) 0:08:24.095 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 23:54:37 +0000 (0:00:00.029) 0:08:24.124 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 23:54:37 +0000 (0:00:00.035) 0:08:24.160 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 23:54:37 +0000 (0:00:00.030) 0:08:24.191 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 23:54:37 +0000 (0:00:00.027) 0:08:24.218 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 23:54:38 +0000 (0:00:00.371) 0:08:24.590 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-8263_h8qga7a/tmpafzdwf0v" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 23:54:38 +0000 (0:00:00.295) 0:08:24.885 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1' [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', 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.\nRTNETLINK answers: File exists\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 23:54:38 +0000 (0:00:00.409) 0:08:25.295 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 23:54:38 +0000 (0:00:00.031) 0:08:25.327 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', 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.\\nRTNETLINK answers: File exists\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 23:54:38 +0000 (0:00:00.031) 0:08:25.358 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "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, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', 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.\\nRTNETLINK answers: File exists\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', 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.\\nRTNETLINK answers: File exists\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 23:54:38 +0000 (0:00:00.030) 0:08:25.389 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 23:54:38 +0000 (0:00:00.032) 0:08:25.421 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:173 Sunday 18 February 2024 23:54:39 +0000 (0:00:00.211) 0:08:25.632 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does reset ring options] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:179 Sunday 18 February 2024 23:54:39 +0000 (0:00:00.028) 0:08:25.661 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [Get profile's ring options] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:184 Sunday 18 February 2024 23:54:39 +0000 (0:00:00.027) 0:08:25.689 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "grep", "ETHTOOL", "/etc/sysconfig/network-scripts/ifcfg-testnic1" ], "delta": "0:00:00.003119", "end": "2024-02-18 23:54:39.303723", "rc": 1, "start": "2024-02-18 23:54:39.300604" } MSG: non-zero return code ...ignoring TASK [ASSERT: The profile does reset ring options] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:191 Sunday 18 February 2024 23:54:39 +0000 (0:00:00.232) 0:08:25.921 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 23:54:39 +0000 (0:00:00.031) 0:08:25.953 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 23:54:39 +0000 (0:00:00.045) 0:08:25.999 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 23:54:39 +0000 (0:00:00.035) 0:08:26.034 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 23:54:39 +0000 (0:00:00.029) 0:08:26.064 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 23:54:39 +0000 (0:00:00.032) 0:08:26.096 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 23:54:41 +0000 (0:00:01.553) 0:08:27.650 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 23:54:42 +0000 (0:00:01.321) 0:08:28.972 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 23:54:42 +0000 (0:00:00.032) 0:08:29.004 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 23:54:42 +0000 (0:00:00.029) 0:08:29.034 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 23:54:42 +0000 (0:00:00.031) 0:08:29.065 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 23:54:42 +0000 (0:00:00.052) 0:08:29.118 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 23:54:42 +0000 (0:00:00.029) 0:08:29.148 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 23:54:42 +0000 (0:00:00.058) 0:08:29.207 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 23:54:42 +0000 (0:00:00.037) 0:08:29.244 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 23:54:42 +0000 (0:00:00.031) 0:08:29.276 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 23:54:42 +0000 (0:00:00.029) 0:08:29.305 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 23:54:43 +0000 (0:00:00.373) 0:08:29.678 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-8263_h8qga7a/tmpcotf0ud5" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 23:54:43 +0000 (0:00:00.302) 0:08:29.981 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 23:54:43 +0000 (0:00:00.301) 0:08:30.283 ******* 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-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 23:54:43 +0000 (0:00:00.030) 0:08:30.313 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 23:54:43 +0000 (0:00:00.030) 0:08:30.344 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 23:54:43 +0000 (0:00:00.031) 0:08:30.375 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 23:54:43 +0000 (0:00:00.030) 0:08:30.406 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:210 Sunday 18 February 2024 23:54:44 +0000 (0:00:00.211) 0:08:30.617 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 23:54:44 +0000 (0:00:00.042) 0:08:30.660 ******* 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-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 23:54:44 +0000 (0:00:00.027) 0:08:30.688 ******* 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-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 23:54:44 +0000 (0:00:00.026) 0:08:30.715 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:54:44 +0000 (0:00:00.066) 0:08:30.782 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:54:44 +0000 (0:00:00.041) 0:08:30.823 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003352", "end": "2024-02-18 23:54:44.438223", "rc": 0, "start": "2024-02-18 23:54:44.434871" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:54:44 +0000 (0:00:00.207) 0:08:31.031 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:54:44 +0000 (0:00:00.030) 0:08:31.061 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 23:54:44 +0000 (0:00:00.030) 0:08:31.092 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 23:58:47 +0000 (0:04:02.635) 0:12:33.727 ******* skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add testnic1 type veth peer name peertestnic1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peertestnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set testnic1 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-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 23:58:47 +0000 (0:00:00.039) 0:12:33.766 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 23:58:47 +0000 (0:00:00.029) 0:12:33.796 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.010620", "end": "2024-02-18 23:58:47.418263", "rc": 0, "start": "2024-02-18 23:58:47.407643" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 23:58:47 +0000 (0:00:00.216) 0:12:34.013 ******* 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 testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 23:58:47 +0000 (0:00:00.030) 0:12:34.043 ******* 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 testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 23:58:47 +0000 (0:00:00.029) 0:12:34.073 ******* 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 testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 23:58:47 +0000 (0:00:00.027) 0:12:34.100 ******* 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-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:214 Sunday 18 February 2024 23:58:47 +0000 (0:00:00.027) 0:12:34.128 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/check_network_dns.yml:6 Sunday 18 February 2024 23:58:47 +0000 (0:00:00.043) 0:12:34.171 ******* 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.009362", "end": "2024-02-18 23:58:47.791531", "rc": 0, "start": "2024-02-18 23:58:47.782169" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:61:34:5b:ab:6f brd ff:ff:ff:ff:ff:ff inet 10.31.46.232/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 3347sec preferred_lft 3347sec inet6 fe80::61:34ff:fe5b:ab6f/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.46.232 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.46.232 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-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/check_network_dns.yml:24 Sunday 18 February 2024 23:58:47 +0000 (0:00:00.238) 0:12:34.410 ******* 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.121437", "end": "2024-02-18 23:58:48.146702", "rc": 0, "start": "2024-02-18 23:58:48.025265" } STDOUT: CHECK DNS AND CONNECTIVITY 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 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.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 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 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 5754 0 --:--:-- --:--:-- --:--:-- 5754 % 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 6767 0 --:--:-- --:--:-- --:--:-- 6767 PLAY RECAP ********************************************************************* sut : ok=91 changed=4 unreachable=0 failed=0 skipped=83 rescued=0 ignored=2 Sunday 18 February 2024 23:58:48 +0000 (0:00:00.360) 0:12:34.771 ******* =============================================================================== Install iproute ------------------------------------------------------- 242.69s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.64s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:16 Install ethtool (test dependency) ------------------------------------- 242.56s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.63s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.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.55s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.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.55s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.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.55s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.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.49s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.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.32s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.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.32s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.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.32s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.86s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tests_ethtool_ring_initscripts.yml:5 Create veth interface testnic1 ------------------------------------------ 0.62s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tasks/manage_test_interface.yml:27 Gathering Facts --------------------------------------------------------- 0.62s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/playbooks/tests_ethtool_ring.yml:3 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.53s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 fedora.linux_system_roles.network : Enable network service -------------- 0.53s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Enable EPEL 8 ----------------------------------------------------------- 0.42s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml:35 ---------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.41s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.41s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 fedora.linux_system_roles.network : Enable network service -------------- 0.37s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---