# 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-team_support_on_fedoraunhofk94/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-team_support_on_fedoraunhofk94/tests/tests_auto_gateway_initscripts.yml:5 Thursday 14 March 2024 18:48:21 +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-team_support_on_fedoraunhofk94/tests/tests_auto_gateway_initscripts.yml:8 Thursday 14 March 2024 18:48:22 +0000 (0:00:00.762) 0:00:00.775 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/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-team_support_on_fedoraunhofk94/tests/tasks/el_repo_setup.yml:3 Thursday 14 March 2024 18:48:22 +0000 (0:00:00.011) 0:00:00.786 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/el_repo_setup.yml:19 Thursday 14 March 2024 18:48:22 +0000 (0:00:00.385) 0:00:01.172 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/el_repo_setup.yml:24 Thursday 14 March 2024 18:48:22 +0000 (0:00:00.314) 0:00:01.487 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/el_repo_setup.yml:28 Thursday 14 March 2024 18:48:22 +0000 (0:00:00.020) 0:00:01.507 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/el_repo_setup.yml:53 Thursday 14 March 2024 18:48:22 +0000 (0:00:00.019) 0:00:01.527 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/enable_epel.yml:8 Thursday 14 March 2024 18:48:23 +0000 (0:00:00.065) 0:00:01.592 ******** 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-team_support_on_fedoraunhofk94/tests/tasks/enable_epel.yml:24 Thursday 14 March 2024 18:48:23 +0000 (0:00:00.290) 0:00:01.882 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/enable_epel.yml:30 Thursday 14 March 2024 18:48:23 +0000 (0:00:00.011) 0:00:01.894 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/enable_epel.yml:35 Thursday 14 March 2024 18:48:23 +0000 (0:00:00.010) 0:00:01.905 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.276834", "end": "2024-03-14 18:48:23.784752", "rc": 0, "start": "2024-03-14 18:48:23.507918" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tasks/enable_epel.yml:40 Thursday 14 March 2024 18:48:23 +0000 (0:00:00.492) 0:00:02.397 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/tests_auto_gateway_initscripts.yml:10 Thursday 14 March 2024 18:48:23 +0000 (0:00:00.009) 0:00:02.407 ******** 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-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:3 Thursday 14 March 2024 18:48:23 +0000 (0:00:00.016) 0:00:02.423 ******** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:9 Thursday 14 March 2024 18:48:24 +0000 (0:00:00.541) 0:00:02.964 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 March 2024 18:48:24 +0000 (0:00:00.034) 0:00:02.999 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 18:48:24 +0000 (0:00:00.015) 0:00:03.014 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003824", "end": "2024-03-14 18:48:24.626396", "rc": 0, "start": "2024-03-14 18:48:24.622572" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 18:48:24 +0000 (0:00:00.223) 0:00:03.237 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 March 2024 18:48:24 +0000 (0:00:00.016) 0:00:03.254 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:11 Thursday 14 March 2024 18:48:24 +0000 (0:00:00.013) 0:00:03.267 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 18:48:24 +0000 (0:00:00.057) 0:00:03.324 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 18:48:24 +0000 (0:00:00.028) 0:00:03.353 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 18:48:24 +0000 (0:00:00.027) 0:00:03.380 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 March 2024 18:48:24 +0000 (0:00:00.033) 0:00:03.414 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 18:48:24 +0000 (0:00:00.037) 0:00:03.451 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003838", "end": "2024-03-14 18:48:25.059704", "rc": 0, "start": "2024-03-14 18:48:25.055866" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 18:48:25 +0000 (0:00:00.223) 0:00:03.675 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 March 2024 18:48:25 +0000 (0:00:00.014) 0:00:03.689 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 18:48:25 +0000 (0:00:00.029) 0:00:03.718 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 14 March 2024 18:48:28 +0000 (0:00:03.368) 0:00:07.086 ******** 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.023822", "end": "2024-03-14 18:48:28.721161", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-03-14 18:48:28.697339" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004584", "end": "2024-03-14 18:48:28.973729", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-03-14 18:48:28.969145" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004925", "end": "2024-03-14 18:48:29.237898", "item": "ip link set veth0 up", "rc": 0, "start": "2024-03-14 18:48:29.232973" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 14 March 2024 18:48:29 +0000 (0:00:00.764) 0:00:07.851 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.190057", "end": "2024-03-14 18:48:29.653781", "rc": 0, "start": "2024-03-14 18:48:29.463724" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 14 March 2024 18:48:29 +0000 (0:00:00.440) 0:00:08.291 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 14 March 2024 18:48:29 +0000 (0:00:00.025) 0:00:08.317 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 14 March 2024 18:48:29 +0000 (0:00:00.027) 0:00:08.345 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 18:48:29 +0000 (0:00:00.031) 0:00:08.377 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 14 March 2024 18:48:29 +0000 (0:00:00.022) 0:00:08.399 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:15 Thursday 14 March 2024 18:48:29 +0000 (0:00:00.032) 0:00:08.431 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 14 March 2024 18:48:29 +0000 (0:00:00.067) 0:00:08.498 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 18:48:29 +0000 (0:00:00.078) 0:00:08.577 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710442108.7115448, "block_size": 4096, "blocks": 0, "ctime": 1710442108.7115448, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21722, "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": 1710442108.7115448, "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-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 14 March 2024 18:48:30 +0000 (0:00:00.319) 0:00:08.896 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:17 Thursday 14 March 2024 18:48:30 +0000 (0:00:00.040) 0:00:08.937 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 18:48:30 +0000 (0:00:00.041) 0:00:08.978 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 18:48:30 +0000 (0:00:00.100) 0:00:09.078 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 18:48:30 +0000 (0:00:00.013) 0:00:09.091 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 18:48:30 +0000 (0:00:00.029) 0:00:09.121 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 18:48:30 +0000 (0:00:00.025) 0:00:09.146 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 18:48:32 +0000 (0:00:01.802) 0:00:10.949 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 18:48:34 +0000 (0:00:01.648) 0:00:12.597 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 18:48:34 +0000 (0:00:00.072) 0:00:12.670 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 18:48:34 +0000 (0:00:00.056) 0:00:12.727 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 14 March 2024 18:48:34 +0000 (0:00:00.034) 0:00:12.761 ******** changed: [sut] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: network-scripts-team-1.31-4.el8.x86_64", "Installed: network-scripts-10.00.18-1.el8.x86_64" ] } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 18:48:40 +0000 (0:00:05.913) 0:00:18.675 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 14 March 2024 18:48:40 +0000 (0:00:00.023) 0:00:18.698 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 14 March 2024 18:48:40 +0000 (0:00:00.023) 0:00:18.721 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 14 March 2024 18:48:40 +0000 (0:00:00.025) 0:00:18.747 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 14 March 2024 18:48:40 +0000 (0:00:00.050) 0:00:18.798 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 14 March 2024 18:48:40 +0000 (0:00:00.022) 0:00:18.820 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 14 March 2024 18:48:41 +0000 (0:00:00.890) 0:00:19.711 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2138n35dkv15/tmp3sx0whxg" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 14 March 2024 18:48:41 +0000 (0:00:00.416) 0:00:20.127 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 14 March 2024 18:48:48 +0000 (0:00:06.816) 0:00:26.944 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 14 March 2024 18:48:48 +0000 (0:00:00.027) 0:00:26.972 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 18:48:48 +0000 (0:00:00.056) 0:00:27.029 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 14 March 2024 18:48:48 +0000 (0:00:00.044) 0:00:27.073 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 14 March 2024 18:48:48 +0000 (0:00:00.082) 0:00:27.156 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:42 Thursday 14 March 2024 18:48:48 +0000 (0:00:00.285) 0:00:27.441 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 14 March 2024 18:48:48 +0000 (0:00:00.091) 0:00:27.533 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 18:48:48 +0000 (0:00:00.042) 0:00:27.576 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710442108.7115448, "block_size": 4096, "blocks": 0, "ctime": 1710442108.7115448, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21722, "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": 1710442108.7115448, "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-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 14 March 2024 18:48:49 +0000 (0:00:00.260) 0:00:27.837 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:44 Thursday 14 March 2024 18:48:49 +0000 (0:00:00.031) 0:00:27.869 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 14 March 2024 18:48:49 +0000 (0:00:00.059) 0:00:27.928 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 14 March 2024 18:48:49 +0000 (0:00:00.047) 0:00:27.976 ******** 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-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 14 March 2024 18:48:49 +0000 (0:00:00.022) 0:00:27.999 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710442121.9899201, "block_size": 4096, "blocks": 8, "ctime": 1710442121.96692, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5971656, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1710442121.96692, "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-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 14 March 2024 18:48:49 +0000 (0:00:00.246) 0:00:28.245 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 14 March 2024 18:48:49 +0000 (0:00:00.025) 0:00:28.271 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022378", "end": "2024-03-14 18:48:49.917368", "rc": 1, "start": "2024-03-14 18:48:49.894990" } 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-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 14 March 2024 18:48:49 +0000 (0:00:00.271) 0:00:28.543 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 14 March 2024 18:48:49 +0000 (0:00:00.041) 0:00:28.584 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003749", "end": "2024-03-14 18:48:50.189982", "rc": 0, "start": "2024-03-14 18:48:50.186233" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 14 March 2024 18:48:50 +0000 (0:00:00.228) 0:00:28.812 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 14 March 2024 18:48:50 +0000 (0:00:00.028) 0:00:28.841 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003593", "end": "2024-03-14 18:48:50.447238", "rc": 0, "start": "2024-03-14 18:48:50.443645" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 14 March 2024 18:48:50 +0000 (0:00:00.229) 0:00:29.070 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 14 March 2024 18:48:50 +0000 (0:00:00.029) 0:00:29.100 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 14 March 2024 18:48:50 +0000 (0:00:00.025) 0:00:29.126 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 14 March 2024 18:48:50 +0000 (0:00:00.026) 0:00:29.152 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:48 Thursday 14 March 2024 18:48:50 +0000 (0:00:00.028) 0:00:29.180 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004115", "end": "2024-03-14 18:48:50.791740", "rc": 0, "start": "2024-03-14 18:48:50.787625" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.41.128 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.41.128 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-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:52 Thursday 14 March 2024 18:48:50 +0000 (0:00:00.230) 0:00:29.410 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:58 Thursday 14 March 2024 18:48:50 +0000 (0:00:00.024) 0:00:29.435 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004100", "end": "2024-03-14 18:48:51.038284", "rc": 0, "start": "2024-03-14 18:48:51.034184" } 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-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:62 Thursday 14 March 2024 18:48:51 +0000 (0:00:00.261) 0:00:29.697 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:69 Thursday 14 March 2024 18:48:51 +0000 (0:00:00.026) 0:00:29.723 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 18:48:51 +0000 (0:00:00.023) 0:00:29.746 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 18:48:51 +0000 (0:00:00.041) 0:00:29.788 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 18:48:51 +0000 (0:00:00.027) 0:00:29.816 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 18:48:51 +0000 (0:00:00.022) 0:00:29.838 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 18:48:51 +0000 (0:00:00.022) 0:00:29.861 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 18:48:53 +0000 (0:00:01.737) 0:00:31.598 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 18:48:54 +0000 (0:00:01.531) 0:00:33.130 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 18:48:54 +0000 (0:00:00.025) 0:00:33.156 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 18:48:54 +0000 (0:00:00.024) 0:00:33.180 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 14 March 2024 18:48:54 +0000 (0:00:00.024) 0:00:33.205 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 18:48:54 +0000 (0:00:00.053) 0:00:33.258 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 14 March 2024 18:48:54 +0000 (0:00:00.023) 0:00:33.282 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 14 March 2024 18:48:54 +0000 (0:00:00.023) 0:00:33.306 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 14 March 2024 18:48:54 +0000 (0:00:00.034) 0:00:33.340 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 14 March 2024 18:48:54 +0000 (0:00:00.024) 0:00:33.364 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 14 March 2024 18:48:54 +0000 (0:00:00.022) 0:00:33.386 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 14 March 2024 18:48:55 +0000 (0:00:00.432) 0:00:33.818 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2138n35dkv15/tmpdwvlyy38" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 14 March 2024 18:48:55 +0000 (0:00:00.336) 0:00:34.155 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 14 March 2024 18:48:56 +0000 (0:00:00.499) 0:00:34.654 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 14 March 2024 18:48:56 +0000 (0:00:00.033) 0:00:34.687 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 18:48:56 +0000 (0:00:00.045) 0:00:34.733 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 14 March 2024 18:48:56 +0000 (0:00:00.025) 0:00:34.759 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 14 March 2024 18:48:56 +0000 (0:00:00.038) 0:00:34.798 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:81 Thursday 14 March 2024 18:48:56 +0000 (0:00:00.225) 0:00:35.024 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 18:48:56 +0000 (0:00:00.066) 0:00:35.090 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 18:48:56 +0000 (0:00:00.033) 0:00:35.123 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 18:48:56 +0000 (0:00:00.030) 0:00:35.154 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 March 2024 18:48:56 +0000 (0:00:00.102) 0:00:35.256 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 18:48:56 +0000 (0:00:00.038) 0:00:35.295 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003668", "end": "2024-03-14 18:48:56.929633", "rc": 0, "start": "2024-03-14 18:48:56.925965" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 18:48:56 +0000 (0:00:00.255) 0:00:35.550 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 March 2024 18:48:56 +0000 (0:00:00.027) 0:00:35.578 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 18:48:57 +0000 (0:00:00.024) 0:00:35.602 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 14 March 2024 18:48:59 +0000 (0:00:02.937) 0:00:38.539 ******** 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-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.134) 0:00:38.673 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.024) 0:00:38.698 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.010313", "end": "2024-03-14 18:49:00.336793", "rc": 0, "start": "2024-03-14 18:49:00.326480" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.266) 0:00:38.964 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.028) 0:00:38.992 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.028) 0:00:39.021 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.026) 0:00:39.047 ******** 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-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:85 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.022) 0:00:39.070 ******** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:89 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.025) 0:00:39.095 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.056) 0:00:39.152 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.023) 0:00:39.175 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.024) 0:00:39.199 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.044) 0:00:39.244 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.095) 0:00:39.340 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003682", "end": "2024-03-14 18:49:00.948708", "rc": 0, "start": "2024-03-14 18:49:00.945026" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 18:49:00 +0000 (0:00:00.237) 0:00:39.578 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 March 2024 18:49:01 +0000 (0:00:00.024) 0:00:39.602 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 18:49:01 +0000 (0:00:00.025) 0:00:39.628 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 14 March 2024 18:49:03 +0000 (0:00:02.898) 0:00:42.526 ******** 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.015501", "end": "2024-03-14 18:49:04.164915", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-03-14 18:49:04.149414" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004628", "end": "2024-03-14 18:49:04.475032", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-03-14 18:49:04.470404" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004653", "end": "2024-03-14 18:49:04.720061", "item": "ip link set veth0 up", "rc": 0, "start": "2024-03-14 18:49:04.715408" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 14 March 2024 18:49:04 +0000 (0:00:00.819) 0:00:43.346 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.024724", "end": "2024-03-14 18:49:04.976061", "rc": 0, "start": "2024-03-14 18:49:04.951337" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 14 March 2024 18:49:05 +0000 (0:00:00.268) 0:00:43.615 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 14 March 2024 18:49:05 +0000 (0:00:00.026) 0:00:43.641 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 14 March 2024 18:49:05 +0000 (0:00:00.084) 0:00:43.726 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 18:49:05 +0000 (0:00:00.028) 0:00:43.754 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 14 March 2024 18:49:05 +0000 (0:00:00.028) 0:00:43.782 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 18:49:05 +0000 (0:00:00.026) 0:00:43.809 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 18:49:05 +0000 (0:00:00.041) 0:00:43.851 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 18:49:05 +0000 (0:00:00.048) 0:00:43.900 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 18:49:05 +0000 (0:00:00.028) 0:00:43.928 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 18:49:05 +0000 (0:00:00.026) 0:00:43.954 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 18:49:07 +0000 (0:00:01.775) 0:00:45.730 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 18:49:08 +0000 (0:00:01.531) 0:00:47.261 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 18:49:08 +0000 (0:00:00.026) 0:00:47.288 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 18:49:08 +0000 (0:00:00.022) 0:00:47.311 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 14 March 2024 18:49:08 +0000 (0:00:00.023) 0:00:47.335 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 18:49:08 +0000 (0:00:00.047) 0:00:47.382 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 14 March 2024 18:49:08 +0000 (0:00:00.022) 0:00:47.405 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 14 March 2024 18:49:08 +0000 (0:00:00.026) 0:00:47.431 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 14 March 2024 18:49:08 +0000 (0:00:00.027) 0:00:47.459 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 14 March 2024 18:49:08 +0000 (0:00:00.026) 0:00:47.486 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 14 March 2024 18:49:08 +0000 (0:00:00.024) 0:00:47.511 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 14 March 2024 18:49:09 +0000 (0:00:00.460) 0:00:47.972 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2138n35dkv15/tmpob2e1y8a" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 14 March 2024 18:49:09 +0000 (0:00:00.384) 0:00:48.356 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 14 March 2024 18:49:16 +0000 (0:00:06.579) 0:00:54.936 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 14 March 2024 18:49:16 +0000 (0:00:00.031) 0:00:54.967 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 18:49:16 +0000 (0:00:00.025) 0:00:54.993 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 14 March 2024 18:49:16 +0000 (0:00:00.026) 0:00:55.020 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 14 March 2024 18:49:16 +0000 (0:00:00.023) 0:00:55.044 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:110 Thursday 14 March 2024 18:49:16 +0000 (0:00:00.233) 0:00:55.278 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 14 March 2024 18:49:16 +0000 (0:00:00.058) 0:00:55.337 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 18:49:16 +0000 (0:00:00.040) 0:00:55.377 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710442144.153657, "block_size": 4096, "blocks": 0, "ctime": 1710442144.153657, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22308, "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": 1710442144.153657, "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-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 14 March 2024 18:49:17 +0000 (0:00:00.239) 0:00:55.616 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:112 Thursday 14 March 2024 18:49:17 +0000 (0:00:00.028) 0:00:55.645 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 14 March 2024 18:49:17 +0000 (0:00:00.074) 0:00:55.720 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 14 March 2024 18:49:17 +0000 (0:00:00.040) 0:00:55.760 ******** 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-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 14 March 2024 18:49:17 +0000 (0:00:00.023) 0:00:55.784 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710442150.092016, "block_size": 4096, "blocks": 8, "ctime": 1710442150.070016, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5971656, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1710442150.070016, "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-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 14 March 2024 18:49:17 +0000 (0:00:00.233) 0:00:56.017 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 14 March 2024 18:49:17 +0000 (0:00:00.091) 0:00:56.109 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022728", "end": "2024-03-14 18:49:17.738985", "rc": 1, "start": "2024-03-14 18:49:17.716257" } 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-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 14 March 2024 18:49:17 +0000 (0:00:00.351) 0:00:56.461 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 14 March 2024 18:49:17 +0000 (0:00:00.076) 0:00:56.538 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:01.004789", "end": "2024-03-14 18:49:19.202160", "rc": 0, "start": "2024-03-14 18:49:18.197371" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 14 March 2024 18:49:19 +0000 (0:00:01.288) 0:00:57.826 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 14 March 2024 18:49:19 +0000 (0:00:00.029) 0:00:57.856 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003564", "end": "2024-03-14 18:49:19.466972", "rc": 0, "start": "2024-03-14 18:49:19.463408" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 14 March 2024 18:49:19 +0000 (0:00:00.234) 0:00:58.090 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 14 March 2024 18:49:19 +0000 (0:00:00.037) 0:00:58.128 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 14 March 2024 18:49:19 +0000 (0:00:00.032) 0:00:58.160 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 14 March 2024 18:49:19 +0000 (0:00:00.046) 0:00:58.206 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:116 Thursday 14 March 2024 18:49:19 +0000 (0:00:00.044) 0:00:58.251 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004176", "end": "2024-03-14 18:49:19.875940", "rc": 0, "start": "2024-03-14 18:49:19.871764" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.41.128 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.41.128 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-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:120 Thursday 14 March 2024 18:49:19 +0000 (0:00:00.253) 0:00:58.505 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:126 Thursday 14 March 2024 18:49:19 +0000 (0:00:00.028) 0:00:58.533 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004452", "end": "2024-03-14 18:49:20.150343", "rc": 0, "start": "2024-03-14 18:49:20.145891" } 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-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:130 Thursday 14 March 2024 18:49:20 +0000 (0:00:00.242) 0:00:58.775 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:137 Thursday 14 March 2024 18:49:20 +0000 (0:00:00.036) 0:00:58.812 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 18:49:20 +0000 (0:00:00.025) 0:00:58.837 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 18:49:20 +0000 (0:00:00.041) 0:00:58.878 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 18:49:20 +0000 (0:00:00.031) 0:00:58.910 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 18:49:20 +0000 (0:00:00.022) 0:00:58.933 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 18:49:20 +0000 (0:00:00.023) 0:00:58.956 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 18:49:22 +0000 (0:00:01.768) 0:01:00.724 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 18:49:23 +0000 (0:00:01.592) 0:01:02.317 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 18:49:23 +0000 (0:00:00.051) 0:01:02.369 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 18:49:23 +0000 (0:00:00.058) 0:01:02.427 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 14 March 2024 18:49:23 +0000 (0:00:00.062) 0:01:02.490 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 18:49:23 +0000 (0:00:00.050) 0:01:02.541 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 14 March 2024 18:49:24 +0000 (0:00:00.105) 0:01:02.646 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 14 March 2024 18:49:24 +0000 (0:00:00.091) 0:01:02.738 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 14 March 2024 18:49:24 +0000 (0:00:00.069) 0:01:02.807 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 14 March 2024 18:49:24 +0000 (0:00:00.088) 0:01:02.895 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 14 March 2024 18:49:24 +0000 (0:00:00.069) 0:01:02.965 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 14 March 2024 18:49:24 +0000 (0:00:00.474) 0:01:03.439 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2138n35dkv15/tmpc_catr4e" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 14 March 2024 18:49:25 +0000 (0:00:00.400) 0:01:03.839 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 14 March 2024 18:49:25 +0000 (0:00:00.530) 0:01:04.370 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 14 March 2024 18:49:25 +0000 (0:00:00.024) 0:01:04.395 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 18:49:25 +0000 (0:00:00.025) 0:01:04.420 ******** 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-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 14 March 2024 18:49:25 +0000 (0:00:00.025) 0:01:04.446 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 14 March 2024 18:49:25 +0000 (0:00:00.023) 0:01:04.470 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:149 Thursday 14 March 2024 18:49:26 +0000 (0:00:00.221) 0:01:04.692 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 18:49:26 +0000 (0:00:00.060) 0:01:04.752 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 18:49:26 +0000 (0:00:00.024) 0:01:04.776 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 18:49:26 +0000 (0:00:00.057) 0:01:04.834 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 March 2024 18:49:26 +0000 (0:00:00.154) 0:01:04.988 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 18:49:26 +0000 (0:00:00.045) 0:01:05.034 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003860", "end": "2024-03-14 18:49:26.644803", "rc": 0, "start": "2024-03-14 18:49:26.640943" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 18:49:26 +0000 (0:00:00.244) 0:01:05.278 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 March 2024 18:49:26 +0000 (0:00:00.044) 0:01:05.322 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 18:49:26 +0000 (0:00:00.028) 0:01:05.351 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 14 March 2024 18:49:29 +0000 (0:00:02.959) 0:01:08.310 ******** 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-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 14 March 2024 18:49:29 +0000 (0:00:00.155) 0:01:08.466 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 14 March 2024 18:49:29 +0000 (0:00:00.057) 0:01:08.524 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.016475", "end": "2024-03-14 18:49:30.149422", "rc": 0, "start": "2024-03-14 18:49:30.132947" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 14 March 2024 18:49:30 +0000 (0:00:00.275) 0:01:08.799 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 14 March 2024 18:49:30 +0000 (0:00:00.036) 0:01:08.836 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 18:49:30 +0000 (0:00:00.027) 0:01:08.863 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 14 March 2024 18:49:30 +0000 (0:00:00.039) 0:01:08.903 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tests_auto_gateway.yml:153 Thursday 14 March 2024 18:49:30 +0000 (0:00:00.039) 0:01:08.942 ******** included: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/check_network_dns.yml:6 Thursday 14 March 2024 18:49:30 +0000 (0:00:00.061) 0:01:09.004 ******** 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.010668", "end": "2024-03-14 18:49:30.624371", "rc": 0, "start": "2024-03-14 18:49:30.613703" } 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:51:36:40:c6:03 brd ff:ff:ff:ff:ff:ff inet 10.31.41.128/22 brd 10.31.43.255 scope global dynamic noprefixroute eth0 valid_lft 2765sec preferred_lft 2765sec inet6 fe80::c51:36ff:fe40:c603/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp src 10.31.41.128 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.41.128 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-team_support_on_fedoraunhofk94/tests/playbooks/tasks/check_network_dns.yml:24 Thursday 14 March 2024 18:49:30 +0000 (0:00:00.245) 0:01:09.250 ******** 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.229432", "end": "2024-03-14 18:49:31.089557", "rc": 0, "start": "2024-03-14 18:49:30.860125" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 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.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 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 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 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 3388 0 --:--:-- --:--:-- --:--:-- 3351 % 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 --:--:-- --:--:-- --:--:-- 2745 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=141 changed=6 unreachable=0 failed=0 skipped=89 rescued=0 ignored=2 Thursday 14 March 2024 18:49:31 +0000 (0:00:00.513) 0:01:09.764 ******** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 6.82s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Configure networking connection profiles --- 6.58s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Install packages --------------------------- 5.91s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:30 Install iproute --------------------------------------------------------- 3.37s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.96s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.94s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.90s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.80s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.78s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.77s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.74s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.65s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.59s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.53s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.53s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Get the ansible_managed comment in ifcfg-veth0 -------------------------- 1.29s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/get_profile_stat.yml:49 linux-system-roles.network : Configure networking connection profiles --- 1.03s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable network service --------------------- 0.91s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:108 linux-system-roles.network : Enable network service --------------------- 0.89s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/roles/linux-system-roles.network/tasks/main.yml:108 Create veth interface veth0 --------------------------------------------- 0.82s /WORKDIR/git-team_support_on_fedoraunhofk94/tests/playbooks/tasks/manage_test_interface.yml:28 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---