# 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_change_indication_on_repeat_run.yml **************************** 1 plays in /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:4 Wednesday 20 December 2023 03:44:40 +0000 (0:00:00.026) 0:00:00.026 **** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:13 Wednesday 20 December 2023 03:44:41 +0000 (0:00:00.726) 0:00:00.752 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:18 Wednesday 20 December 2023 03:44:41 +0000 (0:00:00.292) 0:00:01.044 **** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:21 Wednesday 20 December 2023 03:44:41 +0000 (0:00:00.026) 0:00:01.071 **** included: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:3 Wednesday 20 December 2023 03:44:41 +0000 (0:00:00.014) 0:00:01.085 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:8 Wednesday 20 December 2023 03:44:41 +0000 (0:00:00.019) 0:00:01.104 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:13 Wednesday 20 December 2023 03:44:41 +0000 (0:00:00.017) 0:00:01.122 **** included: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/show_interfaces.yml:3 Wednesday 20 December 2023 03:44:41 +0000 (0:00:00.010) 0:00:01.133 **** included: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/get_current_interfaces.yml:3 Wednesday 20 December 2023 03:44:41 +0000 (0:00:00.010) 0:00:01.144 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003712", "end": "2023-12-20 03:44:42.138696", "rc": 0, "start": "2023-12-20 03:44:42.134984" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/get_current_interfaces.yml:9 Wednesday 20 December 2023 03:44:42 +0000 (0:00:00.269) 0:00:01.413 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/show_interfaces.yml:5 Wednesday 20 December 2023 03:44:42 +0000 (0:00:00.019) 0:00:01.433 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:16 Wednesday 20 December 2023 03:44:42 +0000 (0:00:00.019) 0:00:01.452 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:24 Wednesday 20 December 2023 03:44:43 +0000 (0:00:01.116) 0:00:02.569 **** ok: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.010689", "end": "2023-12-20 03:44:43.509131", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2023-12-20 03:44:43.498442" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004337", "end": "2023-12-20 03:44:43.741996", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2023-12-20 03:44:43.737659" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004168", "end": "2023-12-20 03:44:43.944765", "item": "ip link set testnic1 up", "rc": 0, "start": "2023-12-20 03:44:43.940597" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:33 Wednesday 20 December 2023 03:44:43 +0000 (0:00:00.650) 0:00:03.219 **** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.023805", "end": "2023-12-20 03:44:44.171523", "rc": 0, "start": "2023-12-20 03:44:44.147718" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:41 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.233) 0:00:03.453 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:48 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.010) 0:00:03.464 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:54 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.010) 0:00:03.474 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:61 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.009) 0:00:03.483 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:67 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.009) 0:00:03.493 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:25 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.008) 0:00:03.502 **** included: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/assert_device_present.yml:3 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.010) 0:00:03.512 **** included: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/get_interface_stat.yml:3 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.010) 0:00:03.523 **** ok: [sut] => { "changed": false, "stat": { "atime": 1703043883.5026643, "block_size": 4096, "blocks": 0, "ctime": 1703043883.5026643, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28293, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/testnic1", "lnk_target": "../../devices/virtual/net/testnic1", "mode": "0777", "mtime": 1703043883.5026643, "nlink": 1, "path": "/sys/class/net/testnic1", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'testnic1'] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/assert_device_present.yml:5 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.200) 0:00:03.723 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:39 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.012) 0:00:03.735 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.029) 0:00:03.765 **** included: /WORKDIR/git-ansible-lint-test-2.16138ugup3/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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.071) 0:00:03.836 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.011) 0:00:03.848 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.009) 0:00:03.857 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 03:44:44 +0000 (0:00:00.009) 0:00:03.867 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 03:44:46 +0000 (0:00:01.642) 0:00:05.510 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 03:44:47 +0000 (0:00:01.255) 0:00:06.766 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 03:44:47 +0000 (0:00:00.038) 0:00:06.804 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 03:44:47 +0000 (0:00:00.021) 0:00:06.825 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 03:44:47 +0000 (0:00:00.021) 0:00:06.847 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 03:44:47 +0000 (0:00:00.047) 0:00:06.895 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 03:44:47 +0000 (0:00:00.020) 0:00:06.915 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 03:44:47 +0000 (0:00:00.020) 0:00:06.935 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 03:44:47 +0000 (0:00:00.023) 0:00:06.959 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 03:44:48 +0000 (0:00:00.528) 0:00:07.487 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 03:44:48 +0000 (0:00:00.029) 0:00:07.517 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 03:44:48 +0000 (0:00:00.025) 0:00:07.542 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 03:44:48 +0000 (0:00:00.027) 0:00:07.569 **** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 03:44:48 +0000 (0:00:00.547) 0:00:08.117 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 03:44:48 +0000 (0:00:00.019) 0:00:08.137 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 03:44:48 +0000 (0:00:00.041) 0:00:08.178 **** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 03:44:48 +0000 (0:00:00.021) 0:00:08.200 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 03:44:48 +0000 (0:00:00.018) 0:00:08.219 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:43 Wednesday 20 December 2023 03:44:49 +0000 (0:00:00.254) 0:00:08.473 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:46 Wednesday 20 December 2023 03:44:49 +0000 (0:00:00.026) 0:00:08.500 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 03:44:49 +0000 (0:00:00.035) 0:00:08.535 **** included: /WORKDIR/git-ansible-lint-test-2.16138ugup3/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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 03:44:49 +0000 (0:00:00.046) 0:00:08.581 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 03:44:49 +0000 (0:00:00.031) 0:00:08.613 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 03:44:49 +0000 (0:00:00.032) 0:00:08.645 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 03:44:49 +0000 (0:00:00.024) 0:00:08.670 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 03:44:51 +0000 (0:00:01.605) 0:00:10.275 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 03:44:52 +0000 (0:00:01.007) 0:00:11.282 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 03:44:52 +0000 (0:00:00.027) 0:00:11.310 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 03:44:52 +0000 (0:00:00.022) 0:00:11.333 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 03:44:52 +0000 (0:00:00.023) 0:00:11.356 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 03:44:52 +0000 (0:00:00.120) 0:00:11.476 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 03:44:52 +0000 (0:00:00.032) 0:00:11.509 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 03:44:52 +0000 (0:00:00.037) 0:00:11.546 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 03:44:52 +0000 (0:00:00.031) 0:00:11.577 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 03:44:52 +0000 (0:00:00.415) 0:00:11.992 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 03:44:52 +0000 (0:00:00.058) 0:00:12.051 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 03:44:52 +0000 (0:00:00.029) 0:00:12.081 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 03:44:52 +0000 (0:00:00.028) 0:00:12.109 **** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 03:44:53 +0000 (0:00:00.404) 0:00:12.513 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 03:44:53 +0000 (0:00:00.024) 0:00:12.537 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 03:44:53 +0000 (0:00:00.029) 0:00:12.567 **** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 03:44:53 +0000 (0:00:00.024) 0:00:12.591 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 03:44:53 +0000 (0:00:00.036) 0:00:12.628 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:50 Wednesday 20 December 2023 03:44:53 +0000 (0:00:00.239) 0:00:12.867 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:63 Wednesday 20 December 2023 03:44:53 +0000 (0:00:00.052) 0:00:12.920 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 03:44:53 +0000 (0:00:00.043) 0:00:12.964 **** included: /WORKDIR/git-ansible-lint-test-2.16138ugup3/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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 03:44:53 +0000 (0:00:00.053) 0:00:13.017 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 03:44:53 +0000 (0:00:00.057) 0:00:13.075 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 03:44:53 +0000 (0:00:00.022) 0:00:13.097 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 03:44:53 +0000 (0:00:00.033) 0:00:13.131 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 03:44:55 +0000 (0:00:01.568) 0:00:14.700 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 03:44:56 +0000 (0:00:00.998) 0:00:15.698 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 03:44:56 +0000 (0:00:00.048) 0:00:15.747 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 03:44:56 +0000 (0:00:00.022) 0:00:15.769 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 03:44:56 +0000 (0:00:00.029) 0:00:15.799 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 03:44:56 +0000 (0:00:00.048) 0:00:15.847 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 03:44:56 +0000 (0:00:00.023) 0:00:15.871 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 03:44:56 +0000 (0:00:00.021) 0:00:15.892 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 03:44:56 +0000 (0:00:00.027) 0:00:15.919 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 03:44:57 +0000 (0:00:00.401) 0:00:16.321 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 03:44:57 +0000 (0:00:00.029) 0:00:16.350 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 03:44:57 +0000 (0:00:00.027) 0:00:16.377 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 03:44:57 +0000 (0:00:00.026) 0:00:16.404 **** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 03:44:57 +0000 (0:00:00.408) 0:00:16.812 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 03:44:57 +0000 (0:00:00.020) 0:00:16.833 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 03:44:57 +0000 (0:00:00.024) 0:00:16.857 **** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 03:44:57 +0000 (0:00:00.024) 0:00:16.882 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 03:44:57 +0000 (0:00:00.042) 0:00:16.924 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:67 Wednesday 20 December 2023 03:44:57 +0000 (0:00:00.206) 0:00:17.130 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:70 Wednesday 20 December 2023 03:44:57 +0000 (0:00:00.022) 0:00:17.152 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 03:44:57 +0000 (0:00:00.061) 0:00:17.214 **** included: /WORKDIR/git-ansible-lint-test-2.16138ugup3/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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 03:44:58 +0000 (0:00:00.042) 0:00:17.256 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 03:44:58 +0000 (0:00:00.052) 0:00:17.309 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 03:44:58 +0000 (0:00:00.024) 0:00:17.334 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 03:44:58 +0000 (0:00:00.045) 0:00:17.379 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 03:44:59 +0000 (0:00:01.578) 0:00:18.958 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 03:45:00 +0000 (0:00:01.036) 0:00:19.994 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 03:45:00 +0000 (0:00:00.046) 0:00:20.040 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 03:45:00 +0000 (0:00:00.022) 0:00:20.063 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 03:45:00 +0000 (0:00:00.022) 0:00:20.086 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 03:45:00 +0000 (0:00:00.054) 0:00:20.140 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 03:45:00 +0000 (0:00:00.020) 0:00:20.161 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 03:45:00 +0000 (0:00:00.026) 0:00:20.188 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 03:45:00 +0000 (0:00:00.024) 0:00:20.212 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 03:45:01 +0000 (0:00:00.391) 0:00:20.604 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 03:45:01 +0000 (0:00:00.030) 0:00:20.634 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 03:45:01 +0000 (0:00:00.026) 0:00:20.661 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 03:45:01 +0000 (0:00:00.050) 0:00:20.711 **** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 03:45:01 +0000 (0:00:00.401) 0:00:21.112 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 03:45:01 +0000 (0:00:00.024) 0:00:21.136 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 03:45:01 +0000 (0:00:00.025) 0:00:21.162 **** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4eca265d-ca7c-4be9-8b00-31a808dd53ba skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 03:45:01 +0000 (0:00:00.024) 0:00:21.187 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 03:45:01 +0000 (0:00:00.029) 0:00:21.216 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:74 Wednesday 20 December 2023 03:45:02 +0000 (0:00:00.205) 0:00:21.422 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:82 Wednesday 20 December 2023 03:45:02 +0000 (0:00:00.021) 0:00:21.444 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 03:45:02 +0000 (0:00:00.046) 0:00:21.490 **** included: /WORKDIR/git-ansible-lint-test-2.16138ugup3/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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 03:45:02 +0000 (0:00:00.041) 0:00:21.531 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 03:45:02 +0000 (0:00:00.029) 0:00:21.560 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 03:45:02 +0000 (0:00:00.031) 0:00:21.591 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 03:45:02 +0000 (0:00:00.030) 0:00:21.622 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 03:45:04 +0000 (0:00:01.638) 0:00:23.260 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 03:45:05 +0000 (0:00:01.019) 0:00:24.279 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 03:45:05 +0000 (0:00:00.035) 0:00:24.315 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 03:45:05 +0000 (0:00:00.025) 0:00:24.340 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 03:45:05 +0000 (0:00:00.022) 0:00:24.363 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 03:45:05 +0000 (0:00:00.061) 0:00:24.424 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 03:45:05 +0000 (0:00:00.052) 0:00:24.476 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 03:45:05 +0000 (0:00:00.096) 0:00:24.573 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 03:45:05 +0000 (0:00:00.038) 0:00:24.611 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 03:45:05 +0000 (0:00:00.395) 0:00:25.007 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 03:45:05 +0000 (0:00:00.033) 0:00:25.040 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 03:45:05 +0000 (0:00:00.027) 0:00:25.067 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 03:45:05 +0000 (0:00:00.027) 0:00:25.095 **** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 03:45:06 +0000 (0:00:00.463) 0:00:25.559 **** 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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 03:45:06 +0000 (0:00:00.031) 0:00:25.590 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 03:45:06 +0000 (0:00:00.039) 0:00:25.630 **** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "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-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 03:45:06 +0000 (0:00:00.023) 0:00:25.653 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 03:45:06 +0000 (0:00:00.025) 0:00:25.679 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:91 Wednesday 20 December 2023 03:45:06 +0000 (0:00:00.208) 0:00:25.887 **** included: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:3 Wednesday 20 December 2023 03:45:06 +0000 (0:00:00.036) 0:00:25.923 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:8 Wednesday 20 December 2023 03:45:06 +0000 (0:00:00.046) 0:00:25.969 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:13 Wednesday 20 December 2023 03:45:06 +0000 (0:00:00.020) 0:00:25.990 **** included: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/show_interfaces.yml:3 Wednesday 20 December 2023 03:45:06 +0000 (0:00:00.033) 0:00:26.024 **** included: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/get_current_interfaces.yml:3 Wednesday 20 December 2023 03:45:06 +0000 (0:00:00.031) 0:00:26.056 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003868", "end": "2023-12-20 03:45:06.986884", "rc": 0, "start": "2023-12-20 03:45:06.983016" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/get_current_interfaces.yml:9 Wednesday 20 December 2023 03:45:07 +0000 (0:00:00.221) 0:00:26.277 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/show_interfaces.yml:5 Wednesday 20 December 2023 03:45:07 +0000 (0:00:00.028) 0:00:26.305 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:16 Wednesday 20 December 2023 03:45:07 +0000 (0:00:00.021) 0:00:26.327 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:24 Wednesday 20 December 2023 03:45:08 +0000 (0:00:00.997) 0:00:27.324 **** skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add testnic1 type veth peer name peertestnic1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peertestnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:33 Wednesday 20 December 2023 03:45:08 +0000 (0:00:00.031) 0:00:27.356 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:41 Wednesday 20 December 2023 03:45:08 +0000 (0:00:00.041) 0:00:27.397 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.018074", "end": "2023-12-20 03:45:08.366116", "rc": 0, "start": "2023-12-20 03:45:08.348042" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:48 Wednesday 20 December 2023 03:45:08 +0000 (0:00:00.257) 0:00:27.654 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:54 Wednesday 20 December 2023 03:45:08 +0000 (0:00:00.042) 0:00:27.697 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:61 Wednesday 20 December 2023 03:45:08 +0000 (0:00:00.045) 0:00:27.742 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:67 Wednesday 20 December 2023 03:45:08 +0000 (0:00:00.023) 0:00:27.766 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=85 rescued=0 ignored=0 Wednesday 20 December 2023 03:45:08 +0000 (0:00:00.010) 0:00:27.776 **** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.76s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 1.74s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which services are running ----------- 1.64s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.64s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.61s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.58s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.57s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.26s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 1.12s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 1.04s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.02s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.01s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.00s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 1.00s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Re-test connectivity ----------------------- 0.91s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:155 Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.65s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tasks/manage_test_interface.yml:24 linux-system-roles.network : Configure networking connection profiles --- 0.46s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.40s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/roles/linux-system-roles.network/tasks/main.yml:85 Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-ansible-lint-test-2.16138ugup3/tests/tests_change_indication_on_repeat_run.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---