# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_auto_gateway_initscripts.yml *********************************** 2 plays in /WORKDIR/git-weekly-cilv8r4yzv/tests/tests_auto_gateway_initscripts.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/tests_auto_gateway_initscripts.yml:5 Saturday 25 May 2024 14:30:42 +0000 (0:00:00.012) 0:00:00.012 ********** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/tests_auto_gateway_initscripts.yml:8 Saturday 25 May 2024 14:30:43 +0000 (0:00:00.706) 0:00:00.719 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/tasks/el_repo_setup.yml:3 Saturday 25 May 2024 14:30:43 +0000 (0:00:00.011) 0:00:00.730 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/tasks/el_repo_setup.yml:19 Saturday 25 May 2024 14:30:43 +0000 (0:00:00.322) 0:00:01.053 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/tasks/el_repo_setup.yml:24 Saturday 25 May 2024 14:30:44 +0000 (0:00:00.264) 0:00:01.317 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/tasks/el_repo_setup.yml:28 Saturday 25 May 2024 14:30:44 +0000 (0:00:00.022) 0:00:01.339 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/tasks/el_repo_setup.yml:53 Saturday 25 May 2024 14:30:44 +0000 (0:00:00.026) 0:00:01.366 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/tasks/enable_epel.yml:8 Saturday 25 May 2024 14:30:44 +0000 (0:00:00.053) 0:00:01.420 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/tasks/enable_epel.yml:24 Saturday 25 May 2024 14:30:44 +0000 (0:00:00.257) 0:00:01.678 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/tasks/enable_epel.yml:30 Saturday 25 May 2024 14:30:44 +0000 (0:00:00.012) 0:00:01.690 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/tasks/enable_epel.yml:35 Saturday 25 May 2024 14:30:44 +0000 (0:00:00.014) 0:00:01.705 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.251977", "end": "2024-05-25 14:30:44.892738", "rc": 0, "start": "2024-05-25 14:30:44.640761" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/tasks/enable_epel.yml:40 Saturday 25 May 2024 14:30:44 +0000 (0:00:00.458) 0:00:02.163 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/tests_auto_gateway_initscripts.yml:10 Saturday 25 May 2024 14:30:44 +0000 (0:00:00.023) 0:00:02.187 ********** ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:3 Saturday 25 May 2024 14:30:44 +0000 (0:00:00.013) 0:00:02.201 ********** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:9 Saturday 25 May 2024 14:30:45 +0000 (0:00:00.556) 0:00:02.757 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:30:45 +0000 (0:00:00.038) 0:00:02.795 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:30:45 +0000 (0:00:00.015) 0:00:02.810 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004225", "end": "2024-05-25 14:30:46.743408", "rc": 0, "start": "2024-05-25 14:30:45.739183" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:30:46 +0000 (0:00:01.190) 0:00:04.000 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.016) 0:00:04.016 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:11 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.012) 0:00:04.029 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.033) 0:00:04.062 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.016) 0:00:04.079 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.011) 0:00:04.091 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.019) 0:00:04.110 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.015) 0:00:04.126 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003062", "end": "2024-05-25 14:30:47.063981", "rc": 0, "start": "2024-05-25 14:30:47.060919" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:30:47 +0000 (0:00:00.213) 0:00:04.340 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:30:47 +0000 (0:00:00.042) 0:00:04.382 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:30:47 +0000 (0:00:00.019) 0:00:04.401 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 25 May 2024 14:30:50 +0000 (0:00:02.924) 0:00:07.326 ********** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.065449", "end": "2024-05-25 14:30:50.378670", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-05-25 14:30:50.313221" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003981", "end": "2024-05-25 14:30:50.598891", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-05-25 14:30:50.594910" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004091", "end": "2024-05-25 14:30:50.787223", "item": "ip link set veth0 up", "rc": 0, "start": "2024-05-25 14:30:50.783132" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 25 May 2024 14:30:50 +0000 (0:00:00.737) 0:00:08.063 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.089249", "end": "2024-05-25 14:30:51.098970", "rc": 0, "start": "2024-05-25 14:30:51.009721" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.300) 0:00:08.363 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.013) 0:00:08.377 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.012) 0:00:08.390 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.012) 0:00:08.402 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.013) 0:00:08.415 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:15 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.011) 0:00:08.426 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.030) 0:00:08.456 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.015) 0:00:08.471 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716647450.3677504, "block_size": 4096, "blocks": 0, "ctime": 1716647450.3677504, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21710, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1716647450.3677504, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.207) 0:00:08.679 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:17 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.016) 0:00:08.696 ********** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.026) 0:00:08.722 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.027) 0:00:08.749 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.025) 0:00:08.774 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.013) 0:00:08.787 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.026) 0:00:08.814 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 25 May 2024 14:30:53 +0000 (0:00:01.596) 0:00:10.410 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 May 2024 14:30:54 +0000 (0:00:01.589) 0:00:12.000 ********** ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.024) 0:00:12.024 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.023) 0:00:12.047 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.022) 0:00:12.070 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.030) 0:00:12.100 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.025) 0:00:12.126 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.029) 0:00:12.156 ********** changed: [sut] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: network-scripts-10.00.18-1.el8.x86_64", "Installed: network-scripts-team-1.31-4.el8.x86_64" ] } lsrpackages: dhcp-client network-scripts TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 May 2024 14:30:59 +0000 (0:00:04.186) 0:00:16.342 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 25 May 2024 14:30:59 +0000 (0:00:00.028) 0:00:16.371 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 25 May 2024 14:30:59 +0000 (0:00:00.071) 0:00:16.442 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 25 May 2024 14:30:59 +0000 (0:00:00.034) 0:00:16.477 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 25 May 2024 14:30:59 +0000 (0:00:00.030) 0:00:16.507 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 25 May 2024 14:30:59 +0000 (0:00:00.027) 0:00:16.535 ********** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.786) 0:00:17.321 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-24227pbmjn3h/tmp0rw6gy5k" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.310) 0:00:17.632 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 25 May 2024 14:31:07 +0000 (0:00:06.636) 0:00:24.268 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 25 May 2024 14:31:07 +0000 (0:00:00.061) 0:00:24.330 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 25 May 2024 14:31:07 +0000 (0:00:00.026) 0:00:24.357 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 25 May 2024 14:31:07 +0000 (0:00:00.026) 0:00:24.383 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 25 May 2024 14:31:07 +0000 (0:00:00.029) 0:00:24.413 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:42 Saturday 25 May 2024 14:31:07 +0000 (0:00:00.308) 0:00:24.722 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 25 May 2024 14:31:07 +0000 (0:00:00.072) 0:00:24.794 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:31:07 +0000 (0:00:00.048) 0:00:24.842 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716647450.3677504, "block_size": 4096, "blocks": 0, "ctime": 1716647450.3677504, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21710, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1716647450.3677504, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 25 May 2024 14:31:07 +0000 (0:00:00.220) 0:00:25.063 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:44 Saturday 25 May 2024 14:31:07 +0000 (0:00:00.047) 0:00:25.111 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 25 May 2024 14:31:07 +0000 (0:00:00.075) 0:00:25.186 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 25 May 2024 14:31:07 +0000 (0:00:00.042) 0:00:25.229 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.082) 0:00:25.311 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716647460.8089912, "block_size": 4096, "blocks": 8, "ctime": 1716647460.7899911, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 713791, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1716647460.7899911, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.219) 0:00:25.531 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.030) 0:00:25.561 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.019619", "end": "2024-05-25 14:31:08.594160", "rc": 1, "start": "2024-05-25 14:31:08.574541" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.334) 0:00:25.896 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.049) 0:00:25.945 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002913", "end": "2024-05-25 14:31:08.904221", "rc": 0, "start": "2024-05-25 14:31:08.901308" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.252) 0:00:26.198 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.035) 0:00:26.233 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003035", "end": "2024-05-25 14:31:09.170266", "rc": 0, "start": "2024-05-25 14:31:09.167231" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.213) 0:00:26.446 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.054) 0:00:26.501 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.042) 0:00:26.543 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.045) 0:00:26.589 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:48 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.026) 0:00:26.615 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003598", "end": "2024-05-25 14:31:09.551357", "rc": 0, "start": "2024-05-25 14:31:09.547759" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.43.44 metric 100 default via 203.0.113.1 dev veth0 metric 65535 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.43.44 metric 100 169.254.0.0/16 dev veth0 scope link metric 1004 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:52 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.224) 0:00:26.840 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:58 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.034) 0:00:26.874 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003761", "end": "2024-05-25 14:31:09.843962", "rc": 0, "start": "2024-05-25 14:31:09.840201" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 256 pref medium default via 2001:db8::1 dev veth0 metric 1 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:62 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.255) 0:00:27.130 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:69 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.090) 0:00:27.220 ********** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.042) 0:00:27.263 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.084) 0:00:27.348 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.039) 0:00:27.388 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.044) 0:00:27.432 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.034) 0:00:27.467 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 25 May 2024 14:31:11 +0000 (0:00:01.621) 0:00:29.089 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 May 2024 14:31:13 +0000 (0:00:01.379) 0:00:30.468 ********** ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 May 2024 14:31:13 +0000 (0:00:00.029) 0:00:30.498 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 May 2024 14:31:13 +0000 (0:00:00.049) 0:00:30.548 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 25 May 2024 14:31:13 +0000 (0:00:00.032) 0:00:30.581 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 25 May 2024 14:31:13 +0000 (0:00:00.033) 0:00:30.615 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 25 May 2024 14:31:13 +0000 (0:00:00.041) 0:00:30.656 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 25 May 2024 14:31:13 +0000 (0:00:00.030) 0:00:30.687 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 May 2024 14:31:13 +0000 (0:00:00.085) 0:00:30.773 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 25 May 2024 14:31:13 +0000 (0:00:00.028) 0:00:30.801 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 25 May 2024 14:31:13 +0000 (0:00:00.027) 0:00:30.828 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 25 May 2024 14:31:13 +0000 (0:00:00.028) 0:00:30.857 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 25 May 2024 14:31:13 +0000 (0:00:00.025) 0:00:30.882 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 25 May 2024 14:31:13 +0000 (0:00:00.025) 0:00:30.908 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 25 May 2024 14:31:14 +0000 (0:00:00.414) 0:00:31.322 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-24227pbmjn3h/tmpwpgbqo01" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 25 May 2024 14:31:14 +0000 (0:00:00.358) 0:00:31.681 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 25 May 2024 14:31:14 +0000 (0:00:00.444) 0:00:32.126 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 25 May 2024 14:31:14 +0000 (0:00:00.031) 0:00:32.157 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 25 May 2024 14:31:14 +0000 (0:00:00.059) 0:00:32.217 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 25 May 2024 14:31:15 +0000 (0:00:00.067) 0:00:32.285 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 25 May 2024 14:31:15 +0000 (0:00:00.054) 0:00:32.339 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:81 Saturday 25 May 2024 14:31:15 +0000 (0:00:00.217) 0:00:32.557 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:31:15 +0000 (0:00:00.090) 0:00:32.647 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:31:15 +0000 (0:00:00.053) 0:00:32.701 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:31:15 +0000 (0:00:00.039) 0:00:32.740 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:31:15 +0000 (0:00:00.119) 0:00:32.860 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:31:15 +0000 (0:00:00.069) 0:00:32.930 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003111", "end": "2024-05-25 14:31:15.879406", "rc": 0, "start": "2024-05-25 14:31:15.876295" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:31:15 +0000 (0:00:00.235) 0:00:33.165 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:31:15 +0000 (0:00:00.043) 0:00:33.209 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:31:16 +0000 (0:00:00.064) 0:00:33.273 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 25 May 2024 14:31:18 +0000 (0:00:02.686) 0:00:35.960 ********** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 25 May 2024 14:31:18 +0000 (0:00:00.034) 0:00:35.994 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 25 May 2024 14:31:18 +0000 (0:00:00.024) 0:00:36.018 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.011920", "end": "2024-05-25 14:31:18.963312", "rc": 0, "start": "2024-05-25 14:31:18.951392" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 25 May 2024 14:31:19 +0000 (0:00:00.262) 0:00:36.281 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 25 May 2024 14:31:19 +0000 (0:00:00.027) 0:00:36.308 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:31:19 +0000 (0:00:00.027) 0:00:36.336 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 25 May 2024 14:31:19 +0000 (0:00:00.027) 0:00:36.363 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:85 Saturday 25 May 2024 14:31:19 +0000 (0:00:00.025) 0:00:36.388 ********** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:89 Saturday 25 May 2024 14:31:19 +0000 (0:00:00.026) 0:00:36.414 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:31:19 +0000 (0:00:00.059) 0:00:36.474 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:31:19 +0000 (0:00:00.035) 0:00:36.509 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:31:19 +0000 (0:00:00.024) 0:00:36.534 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:31:19 +0000 (0:00:00.038) 0:00:36.572 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:31:19 +0000 (0:00:00.038) 0:00:36.610 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004504", "end": "2024-05-25 14:31:20.547418", "rc": 0, "start": "2024-05-25 14:31:19.542914" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:31:20 +0000 (0:00:01.210) 0:00:37.820 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:31:20 +0000 (0:00:00.039) 0:00:37.860 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:31:20 +0000 (0:00:00.031) 0:00:37.891 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 25 May 2024 14:31:23 +0000 (0:00:02.631) 0:00:40.523 ********** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.012262", "end": "2024-05-25 14:31:23.486826", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-05-25 14:31:23.474564" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003623", "end": "2024-05-25 14:31:23.708999", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-05-25 14:31:23.705376" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004024", "end": "2024-05-25 14:31:23.922223", "item": "ip link set veth0 up", "rc": 0, "start": "2024-05-25 14:31:23.918199" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 25 May 2024 14:31:23 +0000 (0:00:00.667) 0:00:41.191 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.021493", "end": "2024-05-25 14:31:24.144042", "rc": 0, "start": "2024-05-25 14:31:24.122549" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 25 May 2024 14:31:24 +0000 (0:00:00.222) 0:00:41.414 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 25 May 2024 14:31:24 +0000 (0:00:00.025) 0:00:41.439 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 25 May 2024 14:31:24 +0000 (0:00:00.024) 0:00:41.464 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:31:24 +0000 (0:00:00.103) 0:00:41.567 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 25 May 2024 14:31:24 +0000 (0:00:00.027) 0:00:41.595 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 May 2024 14:31:24 +0000 (0:00:00.032) 0:00:41.627 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 May 2024 14:31:24 +0000 (0:00:00.043) 0:00:41.671 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 25 May 2024 14:31:24 +0000 (0:00:00.031) 0:00:41.702 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 25 May 2024 14:31:24 +0000 (0:00:00.023) 0:00:41.725 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 25 May 2024 14:31:24 +0000 (0:00:00.023) 0:00:41.749 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 25 May 2024 14:31:26 +0000 (0:00:01.547) 0:00:43.297 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 May 2024 14:31:27 +0000 (0:00:01.387) 0:00:44.684 ********** ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 May 2024 14:31:27 +0000 (0:00:00.027) 0:00:44.711 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 May 2024 14:31:27 +0000 (0:00:00.026) 0:00:44.738 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 25 May 2024 14:31:27 +0000 (0:00:00.034) 0:00:44.772 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 25 May 2024 14:31:27 +0000 (0:00:00.031) 0:00:44.804 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 25 May 2024 14:31:27 +0000 (0:00:00.032) 0:00:44.836 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 25 May 2024 14:31:27 +0000 (0:00:00.027) 0:00:44.864 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 May 2024 14:31:27 +0000 (0:00:00.048) 0:00:44.912 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 25 May 2024 14:31:27 +0000 (0:00:00.025) 0:00:44.938 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 25 May 2024 14:31:27 +0000 (0:00:00.024) 0:00:44.963 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 25 May 2024 14:31:27 +0000 (0:00:00.028) 0:00:44.991 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 25 May 2024 14:31:27 +0000 (0:00:00.026) 0:00:45.017 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 25 May 2024 14:31:27 +0000 (0:00:00.077) 0:00:45.095 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 25 May 2024 14:31:28 +0000 (0:00:00.353) 0:00:45.449 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-24227pbmjn3h/tmp4z0t60o2" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 25 May 2024 14:31:28 +0000 (0:00:00.300) 0:00:45.749 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 25 May 2024 14:31:35 +0000 (0:00:06.506) 0:00:52.255 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 25 May 2024 14:31:35 +0000 (0:00:00.027) 0:00:52.283 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 25 May 2024 14:31:35 +0000 (0:00:00.032) 0:00:52.315 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 25 May 2024 14:31:35 +0000 (0:00:00.026) 0:00:52.342 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 25 May 2024 14:31:35 +0000 (0:00:00.072) 0:00:52.414 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:110 Saturday 25 May 2024 14:31:35 +0000 (0:00:00.198) 0:00:52.612 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 25 May 2024 14:31:35 +0000 (0:00:00.057) 0:00:52.670 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:31:35 +0000 (0:00:00.037) 0:00:52.708 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716647483.478493, "block_size": 4096, "blocks": 0, "ctime": 1716647483.478493, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22296, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1716647483.478493, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 25 May 2024 14:31:35 +0000 (0:00:00.202) 0:00:52.910 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:112 Saturday 25 May 2024 14:31:35 +0000 (0:00:00.026) 0:00:52.937 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 25 May 2024 14:31:35 +0000 (0:00:00.058) 0:00:52.995 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 25 May 2024 14:31:35 +0000 (0:00:00.038) 0:00:53.034 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 25 May 2024 14:31:35 +0000 (0:00:00.025) 0:00:53.059 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716647488.800131, "block_size": 4096, "blocks": 8, "ctime": 1716647488.7821312, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 713764, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1716647488.7821312, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 263, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 25 May 2024 14:31:36 +0000 (0:00:00.306) 0:00:53.365 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 25 May 2024 14:31:36 +0000 (0:00:00.026) 0:00:53.392 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.020342", "end": "2024-05-25 14:31:36.354336", "rc": 1, "start": "2024-05-25 14:31:36.333994" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 25 May 2024 14:31:36 +0000 (0:00:00.271) 0:00:53.663 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 25 May 2024 14:31:36 +0000 (0:00:00.036) 0:00:53.699 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002999", "end": "2024-05-25 14:31:36.637642", "rc": 0, "start": "2024-05-25 14:31:36.634643" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 25 May 2024 14:31:36 +0000 (0:00:00.218) 0:00:53.918 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 25 May 2024 14:31:36 +0000 (0:00:00.041) 0:00:53.960 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002954", "end": "2024-05-25 14:31:36.898173", "rc": 0, "start": "2024-05-25 14:31:36.895219" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 25 May 2024 14:31:36 +0000 (0:00:00.220) 0:00:54.180 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 25 May 2024 14:31:36 +0000 (0:00:00.033) 0:00:54.213 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 25 May 2024 14:31:37 +0000 (0:00:00.031) 0:00:54.244 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 25 May 2024 14:31:37 +0000 (0:00:00.036) 0:00:54.280 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:116 Saturday 25 May 2024 14:31:37 +0000 (0:00:00.035) 0:00:54.316 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003606", "end": "2024-05-25 14:31:37.265210", "rc": 0, "start": "2024-05-25 14:31:37.261604" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.43.44 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.43.44 metric 100 169.254.0.0/16 dev veth0 scope link metric 1006 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:120 Saturday 25 May 2024 14:31:37 +0000 (0:00:00.243) 0:00:54.559 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:126 Saturday 25 May 2024 14:31:37 +0000 (0:00:00.053) 0:00:54.613 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003654", "end": "2024-05-25 14:31:37.564366", "rc": 0, "start": "2024-05-25 14:31:37.560712" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 256 pref medium default via 2001:db8::1 dev veth0 metric 1 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:130 Saturday 25 May 2024 14:31:37 +0000 (0:00:00.238) 0:00:54.851 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:137 Saturday 25 May 2024 14:31:37 +0000 (0:00:00.091) 0:00:54.943 ********** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 May 2024 14:31:37 +0000 (0:00:00.024) 0:00:54.967 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 May 2024 14:31:37 +0000 (0:00:00.049) 0:00:55.017 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 25 May 2024 14:31:37 +0000 (0:00:00.030) 0:00:55.048 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 25 May 2024 14:31:37 +0000 (0:00:00.029) 0:00:55.077 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 25 May 2024 14:31:37 +0000 (0:00:00.066) 0:00:55.143 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 25 May 2024 14:31:39 +0000 (0:00:01.569) 0:00:56.713 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 May 2024 14:31:40 +0000 (0:00:01.432) 0:00:58.145 ********** ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 May 2024 14:31:40 +0000 (0:00:00.036) 0:00:58.182 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 May 2024 14:31:40 +0000 (0:00:00.053) 0:00:58.235 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 25 May 2024 14:31:41 +0000 (0:00:00.051) 0:00:58.287 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 25 May 2024 14:31:41 +0000 (0:00:00.056) 0:00:58.343 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 25 May 2024 14:31:41 +0000 (0:00:00.047) 0:00:58.390 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 25 May 2024 14:31:41 +0000 (0:00:00.037) 0:00:58.428 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 May 2024 14:31:41 +0000 (0:00:00.063) 0:00:58.492 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 25 May 2024 14:31:41 +0000 (0:00:00.026) 0:00:58.519 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 25 May 2024 14:31:41 +0000 (0:00:00.035) 0:00:58.554 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 25 May 2024 14:31:41 +0000 (0:00:00.042) 0:00:58.597 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 25 May 2024 14:31:41 +0000 (0:00:00.034) 0:00:58.631 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 25 May 2024 14:31:41 +0000 (0:00:00.044) 0:00:58.675 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 25 May 2024 14:31:41 +0000 (0:00:00.380) 0:00:59.056 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-24227pbmjn3h/tmpx3ban_lr" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 25 May 2024 14:31:42 +0000 (0:00:00.364) 0:00:59.420 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 25 May 2024 14:31:42 +0000 (0:00:00.429) 0:00:59.849 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 25 May 2024 14:31:42 +0000 (0:00:00.026) 0:00:59.876 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 25 May 2024 14:31:42 +0000 (0:00:00.029) 0:00:59.905 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 25 May 2024 14:31:42 +0000 (0:00:00.027) 0:00:59.933 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 25 May 2024 14:31:42 +0000 (0:00:00.028) 0:00:59.961 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:149 Saturday 25 May 2024 14:31:42 +0000 (0:00:00.233) 0:01:00.194 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:31:43 +0000 (0:00:00.131) 0:01:00.326 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:31:43 +0000 (0:00:00.033) 0:01:00.359 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:31:43 +0000 (0:00:00.041) 0:01:00.401 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:31:43 +0000 (0:00:00.066) 0:01:00.468 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:31:43 +0000 (0:00:00.126) 0:01:00.595 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004199", "end": "2024-05-25 14:31:44.564714", "rc": 0, "start": "2024-05-25 14:31:43.560515" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:31:44 +0000 (0:00:01.241) 0:01:01.836 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:31:44 +0000 (0:00:00.035) 0:01:01.872 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:31:44 +0000 (0:00:00.035) 0:01:01.907 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 25 May 2024 14:31:47 +0000 (0:00:02.663) 0:01:04.571 ********** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 25 May 2024 14:31:47 +0000 (0:00:00.042) 0:01:04.614 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 25 May 2024 14:31:47 +0000 (0:00:00.037) 0:01:04.652 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.014049", "end": "2024-05-25 14:31:47.599400", "rc": 0, "start": "2024-05-25 14:31:47.585351" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 25 May 2024 14:31:47 +0000 (0:00:00.222) 0:01:04.874 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 25 May 2024 14:31:47 +0000 (0:00:00.043) 0:01:04.917 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:31:47 +0000 (0:00:00.107) 0:01:05.024 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 25 May 2024 14:31:47 +0000 (0:00:00.028) 0:01:05.053 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tests_auto_gateway.yml:153 Saturday 25 May 2024 14:31:47 +0000 (0:00:00.034) 0:01:05.087 ********** included: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 25 May 2024 14:31:47 +0000 (0:00:00.067) 0:01:05.155 ********** 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.008539", "end": "2024-05-25 14:31:48.095304", "rc": 0, "start": "2024-05-25 14:31:48.086765" } 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 0e:60:21:9d:b4:0b brd ff:ff:ff:ff:ff:ff inet 10.31.43.44/22 brd 10.31.43.255 scope global dynamic noprefixroute eth0 valid_lft 3215sec preferred_lft 3215sec inet6 fe80::c60:21ff:fe9d:b40b/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp src 10.31.43.44 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.43.44 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 25 May 2024 14:31:48 +0000 (0:00:00.223) 0:01:05.378 ********** 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.261939", "end": "2024-05-25 14:31:48.593008", "rc": 0, "start": "2024-05-25 14:31:48.331069" } STDOUT: CHECK DNS AND CONNECTIVITY 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:fed7 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.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 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 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 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 2346 0 --:--:-- --:--:-- --:--:-- 2346 % 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 2745 0 --:--:-- --:--:-- --:--:-- 2771 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=141 changed=6 unreachable=0 failed=0 skipped=101 rescued=0 ignored=2 Saturday 25 May 2024 14:31:48 +0000 (0:00:00.520) 0:01:05.899 ********** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 6.64s /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Configure networking connection profiles --- 6.51s /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Install packages --------------------------- 4.19s /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:77 Install iproute --------------------------------------------------------- 2.92s /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.69s /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.62s /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.60s /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.59s /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.57s /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.43s /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.39s /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.38s /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gather current interface info ------------------------------------------- 1.24s /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.21s /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-cilv8r4yzv/tests/playbooks/tasks/get_current_interfaces.yml:3 linux-system-roles.network : Configure networking connection profiles --- 0.87s /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable network service --------------------- 0.79s /WORKDIR/git-weekly-cilv8r4yzv/tests/roles/linux-system-roles.network/tasks/main.yml:156 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---