# 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_switch_provider.yml ******************************************** 2 plays in /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_switch_provider.yml PLAY [Run playbook 'playbooks/tests_switch_provider.yml'] ********************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_switch_provider.yml:3 Monday 25 March 2024 20:01:01 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_switch_provider.yml:6 Monday 25 March 2024 20:01:02 +0000 (0:00:00.836) 0:00:00.847 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/tasks/el_repo_setup.yml:3 Monday 25 March 2024 20:01:02 +0000 (0:00:00.123) 0:00:00.971 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/el_repo_setup.yml:19 Monday 25 March 2024 20:01:02 +0000 (0:00:00.438) 0:00:01.410 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/el_repo_setup.yml:24 Monday 25 March 2024 20:01:03 +0000 (0:00:00.346) 0:00:01.757 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/el_repo_setup.yml:28 Monday 25 March 2024 20:01:03 +0000 (0:00:00.021) 0:00:01.778 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/el_repo_setup.yml:53 Monday 25 March 2024 20:01:03 +0000 (0:00:00.021) 0:00:01.800 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/enable_epel.yml:8 Monday 25 March 2024 20:01:03 +0000 (0:00:00.042) 0:00:01.843 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/tasks/enable_epel.yml:24 Monday 25 March 2024 20:01:03 +0000 (0:00:00.269) 0:00:02.112 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/enable_epel.yml:30 Monday 25 March 2024 20:01:03 +0000 (0:00:00.012) 0:00:02.124 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/enable_epel.yml:35 Monday 25 March 2024 20:01:03 +0000 (0:00:00.044) 0:00:02.169 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.275284", "end": "2024-03-25 20:01:04.147898", "rc": 0, "start": "2024-03-25 20:01:03.872614" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/enable_epel.yml:40 Monday 25 March 2024 20:01:04 +0000 (0:00:00.495) 0:00:02.665 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [Switch initscripts provider to nm] *************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:5 Monday 25 March 2024 20:01:04 +0000 (0:00:00.064) 0:00:02.729 ********** ok: [sut] META: ran handlers TASK [Set fact to use initscripts network_provider] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:8 Monday 25 March 2024 20:01:04 +0000 (0:00:00.593) 0:00:03.323 ********** ok: [sut] => { "ansible_facts": { "interface": "LST-TST-br34", "network_provider": "initscripts" }, "changed": false } TASK [Through the initscripts provider, create test bridge LST-TST-br34] ******* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:14 Monday 25 March 2024 20:01:04 +0000 (0:00:00.046) 0:00:03.370 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:01:04 +0000 (0:00:00.083) 0:00:03.454 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:01:04 +0000 (0:00:00.019) 0:00:03.473 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:01:05 +0000 (0:00:00.030) 0:00:03.504 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:01:05 +0000 (0:00:00.016) 0:00:03.520 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:01:05 +0000 (0:00:00.010) 0:00:03.531 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:01:06 +0000 (0:00:01.830) 0:00:05.362 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:01:08 +0000 (0:00:01.702) 0:00:07.064 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:01:08 +0000 (0:00:00.090) 0:00:07.155 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:01:08 +0000 (0:00:00.039) 0:00:07.194 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:01:08 +0000 (0:00:00.111) 0:00:07.306 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:01:08 +0000 (0:00:00.053) 0:00:07.360 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:01:08 +0000 (0:00:00.061) 0:00:07.422 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:01:08 +0000 (0:00:00.039) 0:00:07.461 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:01:09 +0000 (0:00:00.111) 0:00:07.572 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:01:09 +0000 (0:00:00.025) 0:00:07.597 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:01:09 +0000 (0:00:00.026) 0:00:07.624 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:01:09 +0000 (0:00:00.027) 0:00:07.652 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:01:09 +0000 (0:00:00.042) 0:00:07.694 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:01:09 +0000 (0:00:00.058) 0:00:07.753 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:01:09 +0000 (0:00:00.601) 0:00:08.354 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-20611zouk7gp8/tmpg1983a_j" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:01:10 +0000 (0:00:00.366) 0:00:08.721 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "LST-TST-br34", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'LST-TST-br34': add ifcfg-rh profile 'LST-TST-br34' [004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34 (not-active) [005] #0, state:up persistent_state:present, 'LST-TST-br34': call 'ifup LST-TST-br34': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:01:10 +0000 (0:00:00.761) 0:00:09.482 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:01:11 +0000 (0:00:00.022) 0:00:09.505 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add ifcfg-rh profile 'LST-TST-br34'", "[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34 (not-active)", "[005] #0, state:up persistent_state:present, 'LST-TST-br34': call 'ifup LST-TST-br34': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:01:11 +0000 (0:00:00.023) 0:00:09.529 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "LST-TST-br34", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add ifcfg-rh profile 'LST-TST-br34'\n[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34 (not-active)\n[005] #0, state:up persistent_state:present, 'LST-TST-br34': call 'ifup LST-TST-br34': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add ifcfg-rh profile 'LST-TST-br34'", "[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34 (not-active)", "[005] #0, state:up persistent_state:present, 'LST-TST-br34': call 'ifup LST-TST-br34': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:01:11 +0000 (0:00:00.026) 0:00:09.556 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:01:11 +0000 (0:00:00.026) 0:00:09.582 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:26 Monday 25 March 2024 20:01:11 +0000 (0:00:00.289) 0:00:09.872 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml:3 Monday 25 March 2024 20:01:11 +0000 (0:00:00.042) 0:00:09.914 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface LST-TST-br34] ************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 March 2024 20:01:11 +0000 (0:00:00.035) 0:00:09.950 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711396870.842897, "block_size": 4096, "blocks": 0, "ctime": 1711396870.842897, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30046, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/LST-TST-br34", "lnk_target": "../../devices/virtual/net/LST-TST-br34", "mode": "0777", "mtime": 1711396870.842897, "nlink": 1, "path": "/sys/class/net/LST-TST-br34", "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 - 'LST-TST-br34'] ******************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml:5 Monday 25 March 2024 20:01:11 +0000 (0:00:00.230) 0:00:10.180 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'remove+down_profile.yml'] ****************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:28 Monday 25 March 2024 20:01:11 +0000 (0:00:00.029) 0:00:10.210 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 25 March 2024 20:01:11 +0000 (0:00:00.049) 0:00:10.259 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:01:11 +0000 (0:00:00.080) 0:00:10.339 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:01:11 +0000 (0:00:00.041) 0:00:10.381 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:01:11 +0000 (0:00:00.035) 0:00:10.416 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:01:11 +0000 (0:00:00.025) 0:00:10.441 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:01:11 +0000 (0:00:00.040) 0:00:10.482 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:01:13 +0000 (0:00:01.743) 0:00:12.225 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:01:15 +0000 (0:00:01.688) 0:00:13.914 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:01:15 +0000 (0:00:00.070) 0:00:13.984 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:01:15 +0000 (0:00:00.054) 0:00:14.038 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:01:15 +0000 (0:00:00.059) 0:00:14.098 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:01:15 +0000 (0:00:00.047) 0:00:14.145 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:01:15 +0000 (0:00:00.029) 0:00:14.175 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:01:15 +0000 (0:00:00.026) 0:00:14.201 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:01:15 +0000 (0:00:00.059) 0:00:14.261 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:01:15 +0000 (0:00:00.042) 0:00:14.304 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:01:15 +0000 (0:00:00.034) 0:00:14.338 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:01:15 +0000 (0:00:00.045) 0:00:14.384 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:01:15 +0000 (0:00:00.052) 0:00:14.437 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:01:15 +0000 (0:00:00.042) 0:00:14.479 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:01:16 +0000 (0:00:00.436) 0:00:14.915 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-20611zouk7gp8/tmpk29m0d3i" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:01:16 +0000 (0:00:00.440) 0:00:15.355 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LST-TST-br34", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'LST-TST-br34': down connection LST-TST-br34 skipped because not active [004] #0, state:down persistent_state:absent, 'LST-TST-br34': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LST-TST-br34' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:01:17 +0000 (0:00:00.392) 0:00:15.748 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:01:17 +0000 (0:00:00.024) 0:00:15.772 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'LST-TST-br34': down connection LST-TST-br34 skipped because not active", "[004] #0, state:down persistent_state:absent, 'LST-TST-br34': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LST-TST-br34'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:01:17 +0000 (0:00:00.061) 0:00:15.834 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LST-TST-br34", "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, 'LST-TST-br34': down connection LST-TST-br34 skipped because not active\n[004] #0, state:down persistent_state:absent, 'LST-TST-br34': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LST-TST-br34'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'LST-TST-br34': down connection LST-TST-br34 skipped because not active", "[004] #0, state:down persistent_state:absent, 'LST-TST-br34': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LST-TST-br34'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:01:17 +0000 (0:00:00.035) 0:00:15.869 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:01:17 +0000 (0:00:00.033) 0:00:15.903 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:33 Monday 25 March 2024 20:01:17 +0000 (0:00:00.243) 0:00:16.147 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml:3 Monday 25 March 2024 20:01:17 +0000 (0:00:00.045) 0:00:16.192 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface LST-TST-br34] ************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 March 2024 20:01:17 +0000 (0:00:00.049) 0:00:16.241 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711396870.842897, "block_size": 4096, "blocks": 0, "ctime": 1711396870.842897, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30046, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/LST-TST-br34", "lnk_target": "../../devices/virtual/net/LST-TST-br34", "mode": "0777", "mtime": 1711396870.842897, "nlink": 1, "path": "/sys/class/net/LST-TST-br34", "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 - 'LST-TST-br34'] ******************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml:5 Monday 25 March 2024 20:01:17 +0000 (0:00:00.243) 0:00:16.485 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set fact to use nm network_provider] ************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:35 Monday 25 March 2024 20:01:18 +0000 (0:00:00.024) 0:00:16.509 ********** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Through the nm provider, create test bridge LST-TST-br34] **************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:40 Monday 25 March 2024 20:01:18 +0000 (0:00:00.022) 0:00:16.531 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:01:18 +0000 (0:00:00.072) 0:00:16.604 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:01:18 +0000 (0:00:00.047) 0:00:16.651 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:01:18 +0000 (0:00:00.028) 0:00:16.679 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:01:18 +0000 (0:00:00.024) 0:00:16.703 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:01:18 +0000 (0:00:00.028) 0:00:16.732 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:01:20 +0000 (0:00:01.787) 0:00:18.519 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:01:21 +0000 (0:00:01.483) 0:00:20.003 ********** ok: [sut] => {} MSG: Using network provider: nm 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:01:21 +0000 (0:00:00.052) 0:00:20.055 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:01:21 +0000 (0:00:00.030) 0:00:20.086 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:01:21 +0000 (0:00:00.060) 0:00:20.146 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:01:21 +0000 (0:00:00.028) 0:00:20.174 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:01:21 +0000 (0:00:00.048) 0:00:20.223 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:01:21 +0000 (0:00:00.033) 0:00:20.257 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:01:21 +0000 (0:00:00.051) 0:00:20.308 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:01:21 +0000 (0:00:00.022) 0:00:20.331 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:01:21 +0000 (0:00:00.029) 0:00:20.361 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:01:21 +0000 (0:00:00.030) 0:00:20.391 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:01:22 +0000 (0:00:00.403) 0:00:20.794 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:01:22 +0000 (0:00:00.042) 0:00:20.837 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:01:22 +0000 (0:00:00.029) 0:00:20.867 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:01:22 +0000 (0:00:00.030) 0:00:20.898 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "LST-TST-br34", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'LST-TST-br34': add connection LST-TST-br34, e9ece593-2ca8-49c4-b6fd-53b212f310f2 [004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34, e9ece593-2ca8-49c4-b6fd-53b212f310f2 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:01:22 +0000 (0:00:00.500) 0:00:21.399 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:01:22 +0000 (0:00:00.029) 0:00:21.428 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add connection LST-TST-br34, e9ece593-2ca8-49c4-b6fd-53b212f310f2", "[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34, e9ece593-2ca8-49c4-b6fd-53b212f310f2 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:01:23 +0000 (0:00:00.068) 0:00:21.496 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "LST-TST-br34", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add connection LST-TST-br34, e9ece593-2ca8-49c4-b6fd-53b212f310f2\n[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34, e9ece593-2ca8-49c4-b6fd-53b212f310f2 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add connection LST-TST-br34, e9ece593-2ca8-49c4-b6fd-53b212f310f2", "[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34, e9ece593-2ca8-49c4-b6fd-53b212f310f2 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:01:23 +0000 (0:00:00.042) 0:00:21.539 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:01:23 +0000 (0:00:00.039) 0:00:21.579 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:51 Monday 25 March 2024 20:01:23 +0000 (0:00:00.296) 0:00:21.875 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml:3 Monday 25 March 2024 20:01:23 +0000 (0:00:00.171) 0:00:22.047 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface LST-TST-br34] ************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 March 2024 20:01:23 +0000 (0:00:00.074) 0:00:22.121 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711396870.842897, "block_size": 4096, "blocks": 0, "ctime": 1711396870.842897, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30046, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/LST-TST-br34", "lnk_target": "../../devices/virtual/net/LST-TST-br34", "mode": "0777", "mtime": 1711396870.842897, "nlink": 1, "path": "/sys/class/net/LST-TST-br34", "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 - 'LST-TST-br34'] ******************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml:5 Monday 25 March 2024 20:01:23 +0000 (0:00:00.310) 0:00:22.431 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'remove+down_profile.yml'] ****************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:53 Monday 25 March 2024 20:01:23 +0000 (0:00:00.032) 0:00:22.463 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 25 March 2024 20:01:24 +0000 (0:00:00.044) 0:00:22.508 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 March 2024 20:01:24 +0000 (0:00:00.099) 0:00:22.608 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 March 2024 20:01:24 +0000 (0:00:00.067) 0:00:22.675 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 March 2024 20:01:24 +0000 (0:00:00.046) 0:00:22.721 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 March 2024 20:01:24 +0000 (0:00:00.023) 0:00:22.745 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 March 2024 20:01:24 +0000 (0:00:00.035) 0:00:22.780 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 March 2024 20:01:26 +0000 (0:00:01.751) 0:00:24.531 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 March 2024 20:01:27 +0000 (0:00:01.535) 0:00:26.067 ********** ok: [sut] => {} MSG: Using network provider: nm 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 March 2024 20:01:27 +0000 (0:00:00.053) 0:00:26.120 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 March 2024 20:01:27 +0000 (0:00:00.109) 0:00:26.230 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:28 Monday 25 March 2024 20:01:27 +0000 (0:00:00.027) 0:00:26.257 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 25 March 2024 20:01:27 +0000 (0:00:00.071) 0:00:26.328 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:57 Monday 25 March 2024 20:01:27 +0000 (0:00:00.031) 0:00:26.359 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:77 Monday 25 March 2024 20:01:27 +0000 (0:00:00.029) 0:00:26.389 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:90 Monday 25 March 2024 20:01:27 +0000 (0:00:00.056) 0:00:26.446 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 March 2024 20:01:27 +0000 (0:00:00.028) 0:00:26.474 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 March 2024 20:01:28 +0000 (0:00:00.041) 0:00:26.517 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 Monday 25 March 2024 20:01:28 +0000 (0:00:00.034) 0:00:26.551 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 25 March 2024 20:01:28 +0000 (0:00:00.409) 0:00:26.960 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Monday 25 March 2024 20:01:28 +0000 (0:00:00.026) 0:00:26.986 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 Monday 25 March 2024 20:01:28 +0000 (0:00:00.020) 0:00:27.007 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Monday 25 March 2024 20:01:28 +0000 (0:00:00.020) 0:00:27.027 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LST-TST-br34", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:185 Monday 25 March 2024 20:01:28 +0000 (0:00:00.448) 0:00:27.476 ********** 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-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:191 Monday 25 March 2024 20:01:29 +0000 (0:00:00.046) 0:00:27.522 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:195 Monday 25 March 2024 20:01:29 +0000 (0:00:00.038) 0:00:27.560 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LST-TST-br34", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:200 Monday 25 March 2024 20:01:29 +0000 (0:00:00.024) 0:00:27.585 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Monday 25 March 2024 20:01:29 +0000 (0:00:00.020) 0:00:27.606 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:58 Monday 25 March 2024 20:01:29 +0000 (0:00:00.220) 0:00:27.826 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml:3 Monday 25 March 2024 20:01:29 +0000 (0:00:00.041) 0:00:27.868 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface LST-TST-br34] ************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 March 2024 20:01:29 +0000 (0:00:00.035) 0:00:27.903 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711396870.842897, "block_size": 4096, "blocks": 0, "ctime": 1711396870.842897, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30046, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/LST-TST-br34", "lnk_target": "../../devices/virtual/net/LST-TST-br34", "mode": "0777", "mtime": 1711396870.842897, "nlink": 1, "path": "/sys/class/net/LST-TST-br34", "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 - 'LST-TST-br34'] ******************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_present.yml:5 Monday 25 March 2024 20:01:29 +0000 (0:00:00.226) 0:00:28.130 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'delete_interface.yml'] ********************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:60 Monday 25 March 2024 20:01:29 +0000 (0:00:00.023) 0:00:28.153 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/delete_interface.yml:3 Monday 25 March 2024 20:01:29 +0000 (0:00:00.041) 0:00:28.195 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "LST-TST-br34" ], "delta": "0:00:00.017898", "end": "2024-03-25 20:01:29.910409", "rc": 0, "start": "2024-03-25 20:01:29.892511" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:62 Monday 25 March 2024 20:01:29 +0000 (0:00:00.242) 0:00:28.437 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 25 March 2024 20:01:30 +0000 (0:00:00.069) 0:00:28.506 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface LST-TST-br34] ************************************* task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 25 March 2024 20:01:30 +0000 (0:00:00.044) 0:00:28.550 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'LST-TST-br34'] ******************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 25 March 2024 20:01:30 +0000 (0:00:00.263) 0:00:28.813 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:64 Monday 25 March 2024 20:01:30 +0000 (0:00:00.031) 0:00:28.844 ********** included: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/check_network_dns.yml:6 Monday 25 March 2024 20:01:30 +0000 (0:00:00.115) 0:00:28.960 ********** 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.010335", "end": "2024-03-25 20:01:30.691349", "rc": 0, "start": "2024-03-25 20:01:30.681014" } 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:65:ea:a8:54:8d brd ff:ff:ff:ff:ff:ff inet 10.31.40.150/22 brd 10.31.43.255 scope global dynamic noprefixroute eth0 valid_lft 3011sec preferred_lft 3011sec inet6 fe80::c65:eaff:fea8:548d/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp src 10.31.40.150 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.40.150 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-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/check_network_dns.yml:24 Monday 25 March 2024 20:01:30 +0000 (0:00:00.273) 0:00:29.233 ********** 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.326210", "end": "2024-03-25 20:01:31.279498", "rc": 0, "start": "2024-03-25 20:01:30.953288" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 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 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 3630 0 --:--:-- --:--:-- --:--:-- 3630 % 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 1379 0 --:--:-- --:--:-- --:--:-- 1379 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=76 changed=4 unreachable=0 failed=0 skipped=70 rescued=0 ignored=0 Monday 25 March 2024 20:01:31 +0000 (0:00:00.562) 0:00:29.795 ********** =============================================================================== linux-system-roles.network : Check which services are running ----------- 1.83s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.79s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.75s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.74s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.70s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.69s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.54s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.48s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 1.26s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Configure networking connection profiles --- 0.84s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:173 Gathering Facts --------------------------------------------------------- 0.84s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tests_switch_provider.yml:3 linux-system-roles.network : Enable network service --------------------- 0.63s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 Gathering Facts --------------------------------------------------------- 0.59s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tests_switch_provider.yml:5 linux-system-roles.network : Re-test connectivity ----------------------- 0.59s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 Verify DNS and network connectivity ------------------------------------- 0.56s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/playbooks/tasks/check_network_dns.yml:24 Enable EPEL 8 ----------------------------------------------------------- 0.50s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/tasks/enable_epel.yml:35 linux-system-roles.network : Re-test connectivity ----------------------- 0.46s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:206 linux-system-roles.network : Enable and start NetworkManager ------------ 0.46s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.46s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:164 linux-system-roles.network : Enable network service --------------------- 0.46s /WORKDIR/git-ostree-skip-test-better-textw8efnx5k/tests/roles/linux-system-roles.network/tasks/main.yml:156 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---